All Projects → hydrargyrum → attic

hydrargyrum / attic

Licence: WTFPL license
A collection of personal tiny tools - mirror of https://gitlab.com/hydrargyrum/attic

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects
HTML
75241 projects
Roff
2310 projects
C++
36643 projects - #6 most used programming language
ruby
36898 projects - #4 most used programming language
sed
78 projects

Projects that are alternatives of or similar to attic

Blockzone
A faithful recreation of the original DOS font.
Stars: ✭ 100 (+488.24%)
Mutual labels:  font, ascii, ansi
Retrotxt
RetroTxt is the WebExtension that turns ANSI, ASCII, NFO text into in-browser HTML
Stars: ✭ 93 (+447.06%)
Mutual labels:  font, ascii, ansi
Cfonts
Sexy fonts for the console
Stars: ✭ 789 (+4541.18%)
Mutual labels:  font, ascii, ansi
durdraw
Animated Unicode, ANSI and ASCII Art Editor for Linux/Unix/macOS
Stars: ✭ 55 (+223.53%)
Mutual labels:  unicode, ascii, ansi
Tendo
Official repository of python tendo library, always welcoming new contributions.
Stars: ✭ 113 (+564.71%)
Mutual labels:  unicode, ansi
Open Arrow
Open Arrow is an open-source font that contains 112 arrow symbols from U+2190 to U+21ff
Stars: ✭ 89 (+423.53%)
Mutual labels:  unicode, font
Ansiweather
Weather in terminal, with ANSI colors and Unicode symbols
Stars: ✭ 1,663 (+9682.35%)
Mutual labels:  unicode, ansi
glyphhanger
Your web font utility belt. It can subset web fonts. It can find unicode-ranges for you automatically. It makes julienne fries.
Stars: ✭ 422 (+2382.35%)
Mutual labels:  unicode, font
Weird Json
A collection of strange encoded JSONs. For connoisseurs.
Stars: ✭ 53 (+211.76%)
Mutual labels:  unicode, ascii
Diagon
Interactive ASCII art diagram generators. 🌟
Stars: ✭ 189 (+1011.76%)
Mutual labels:  unicode, ascii
table2ascii
Python library for converting lists to fancy ASCII tables for displaying in the terminal and on Discord
Stars: ✭ 31 (+82.35%)
Mutual labels:  unicode, ascii
Ofxfontstash
Easy (and fast) unicode string rendering addon for OpenFrameworks. FontStash is made by Andreas Krinke and Mikko Mononen
Stars: ✭ 84 (+394.12%)
Mutual labels:  unicode, font
Lehar
Visualize data using relative ordering
Stars: ✭ 81 (+376.47%)
Mutual labels:  unicode, ascii
Unibits
Visualize different Unicode encodings in the terminal
Stars: ✭ 125 (+635.29%)
Mutual labels:  unicode, ascii
Glyphhanger
Your web font utility belt. It can subset web fonts. It can find unicode-ranges for you automatically. It makes julienne fries.
Stars: ✭ 1,099 (+6364.71%)
Mutual labels:  unicode, font
Cowsay Files
A collection of additional/alternative cowsay files.
Stars: ✭ 216 (+1170.59%)
Mutual labels:  unicode, ascii
log-utils
Basic logging utils: colors, symbols and timestamp.
Stars: ✭ 24 (+41.18%)
Mutual labels:  unicode, ansi
characteristics
Character info under different encodings
Stars: ✭ 25 (+47.06%)
Mutual labels:  unicode, ascii
kuu-pyaung
Laravel package to convert files and database from zawgyi to unicode.
Stars: ✭ 13 (-23.53%)
Mutual labels:  unicode, font
p8-programming-fonts
A collection of fonts I've modified for PICO-8 programming.
Stars: ✭ 67 (+294.12%)
Mutual labels:  ascii, ansi

The Attic

This repository hosts various small personal tools.

  • all-clipboard: list clipboard data on stdout
  • altlines: mark every 2 lines with color
  • boxuni: convert ASCII-art boxes into Unicode-art boxes
  • cheapthrottle: throttling a process by sending it SIGSTOP/SIGCONT repeatedly
  • clipsync:
  • coordapp: always-on-top window that shows the mouse cursor coordinates
  • cppasciitree: an example of how to hardcode a tree with source code looking like the actual tree
  • crc: basic CRC computation tool
  • csv2json: transform CSV into JSON
  • csv2table: pretty-print a CSV file with ASCII-art table
  • exiforientergui: GUI to losslessly modify EXIF orientation of an image
  • ffmcut: ffmcut: ffmpeg wrapper to cut a video between 2 timestamps
  • fix-broken-links-by-name: fix broken symlinks if target file changed dir but not name
  • flatten-json: flatten a deep json tree in a single json or reverse operation
  • fonts2png: render TTF fonts samples to image files
  • gen-indexhtml: create an index.html listing all files in dir
  • git: misc git utilities
  • group-files-by-mtime: take files in a dir and move them to folders for each last modification time
  • headset-bluez: enable a bluetooth headset and out or in/out mode
  • hexgen: generate data from an hex dump
  • hibp: check if a password has been leaked on "Have I Been Pwned?" site (by checking hash prefix)
  • httpshare: share a directory via HTTP, like Python "http.server" but supports "Range" headers
  • image2xterm: display an image on console using terminal RGB24 mode or 256 colors
  • json2csv: transform a JSON list of objects into a CSV file
  • json2sqlite: insert JSON data in SQLite
  • json2table: pretty-print a JSON list of objects in an ASCII-art table
  • keepassxprint: dump info and passwords from a KeePassX database
  • lch-color-chooser: CIE LCh color chooser and RGB converter
  • log-snippet: parse compilation-log and show snippets of files with context
  • log-ts-diff: parse log and replace timestamps with diff to previous timestamp
  • morse: text from/to Morse code converter, and optional beep player
  • morsehtml: HTML page with its background flashing a Morse code message
  • moversleep: move incoming files from a dir into another
  • mv-with-thumb: like mv, but also moves XDG thumbnails
  • pass-ls-entries: list pass(1) entries in find(1) format, not tree(1) format
  • pdf-watermark: watermark a chosen message on a PDF
  • pvrun: run a command and show its I/O progress with pv(1)
  • qgifview: very basic GIF image viewer
  • qr2unicode: display QR-codes on console using Unicode box-drawing characters
  • qr-shot: decode a QR code image from part of the screen
  • qruler: tool window that measures width and height in pixels
  • qunpak: extract Quake I and II .pak files
  • r2w_plugins: 2 rest2web plugins
  • radiodump: circular buffer and dump to file
  • random-line: take a random line from stdin
  • realign-text-table: takes a malformed ASCII-drawn table and redraw borders properly
  • redmine2ical: convert Redmine’s timesheet to iCalendar format
  • set-cachedir: basic tool to create CACHEDIR.TAG files (prevent a folder from being backed up)
  • show-args: just show args, one per line
  • sort-with-numbers: sort stdin like sort(1) but sorts numbers
  • sqlite-insert-fill: 2 tools for inserting rows and updating others
  • stickimage: display an image always-on-top like a sticky note
  • supybot-shell: Supybot plugin: execute shell commands and see their output
  • tailsleep: like tail -f but quits when I/O activity stops
  • trim-trailing-whitespace: remove spaces, tabs and alike at end of each line
  • uniq-unsorted: like uniq(1) but does not require lines to be sorted
  • univisible: tweak Unicode combinations and visualize them
  • vhd: visual hex dump, splitting at newlines, not fixed-width lines
  • wakeonwan: wake remote machines with Wake-on-WAN
  • wallpaper-curtain: show an image with low-opacity on top of other windows
  • xattrs-filter: filter a file list based on whether xattrs have desired values
  • xattrs-set: set/unset xattrs on files with a nice command-line syntax
  • xephyr-run-cmd: run a Xephyr server and run a command in it (like xvfb-run)
  • yml2json: basic convert YAML to JSON

For more info, see also: http://indigo.re

Licence

All code in this repository is licensed under the WTFPLv2. See COPYING.WTFPL.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].