127 private links
A Minimalistic CLI Tool for Managing and Running Bash Snippets.
Why Learn AWK?
- You are working TOO HARD
- Available EVERYWHERE
- It limits what you’re going to attempt with the language
- Language Features
- Convenience: minimized bureaucracy
Do you find yourself using tools like make to manage non build-related scripts?
Build tools are great, but they are not optimized for general script management.
Run aims to be better at managing small scripts and wrappers, while incorporating a familiar make-like syntax.
A simple shell utility for encrypting and decrypting files.
A python script to back up all the bookmarks(firefox compatible). It returns a dictionary with url as key and (title, tag, add_date, modified_date) tuple as the value. It also stores it in gdbm. Another script is provided to read all the bookmarks. - Gist is a simple way to share snippets of text and code with others.
Python script to parse bookmarks exported from ffox in JSON format in the html format used by emacs-w3m, optionally merging with an existing emacs-w3m bookmark file. Note that nested folders in the fffox bookmarks are flattened, as emacs-w3m bookmark categories are all on one level.
Will cope with the current (Nov 2009) bug in ffox which exports badly formed JSON, but if other parse errors occur run the JSON through a validator.