1
0
Fork 0
bin/README.md

33 lines
2.7 KiB
Markdown
Raw Normal View History

2015-12-11 10:45:30 +00:00
# bin
My Linux `~/bin` folder, including my `.bashrc` and `.bash_aliases`.
This repository will contain all the various tools and / or commands I find that I put in my `~/bin` folder.
Here's a list of the most interesting ones, along with what they do and where they came from (assuming I can find / remember):
2015-12-11 19:14:50 +00:00
- [style](https://github.com/LuRsT/style) - Add style to your output
2015-12-11 10:45:30 +00:00
- [hr](https://github.com/LuRsT/hr) - A horizontal ruler for your terminal
- [dropbox_uploader.sh](https://github.com/andreafabrizi/Dropbox-Uploader) - Dropbox Uploader is a BASH script which can be used to upload, download, list or delete files from Dropbox.
- swapusage - Shows swap usage by process. Useful for determining which services to restart if you aren't allowed to fiddle with your swap.
- extract - Extracts several different types of archive.
- mail-service-restart - Restarts all service related to my mail server. Currently needs upgrading to use systemd.
- decrypt - Decrypts something encrypted with a password with openssl.
- encrypt - Encrpyts something with a password with openssl.
- splitdotmbox.sh - Splits a `.mbox` file into it's component messages
- ctx - Shows contact switches by process in real time
- ps_mem - Shows memory usage by process.
- node-update - Adapted from a bash script given in a github issue for io.js, this script will update you to the latest version of node. I think that there's a bug with it, but it works well enough for me.
- stealtime - Tells you how much of your CPU time has been stolen by other virtual machines.
2016-03-21 19:56:00 +00:00
- [speedtest-cli](https://github.com/sivel/speedtest-cli)
- mountunishares - A script that automatically mounts my university file shares.
- pd - A directory stack helper. Insanely useful - I think I picked it up from a superuser answer somewhere.
2016-03-21 19:58:47 +00:00
- [transfer](https://transfer.sh/) - A look that looks very useful. Like termbin.com, but for any kind of file. Keeps files for 14 days, and has an uppder limit of 5GB.
2016-05-02 16:48:50 +00:00
- [xidel](http://www.videlibri.de/xidel.html) - A (what looks like) a brilliant html extraction tool. Supports various selector languages.
- [micro](https://github.com/zyedidia/micro) - A new (experimental) terminal-based text editor.
2016-05-04 20:16:10 +00:00
- [tig](http://jonas.nitro.dk/tig/) - A terminal-based git repository browser.
2016-05-24 18:46:53 +00:00
- backup - A script I wrote to make using Duplicity easier.
2016-05-24 18:49:08 +00:00
- genimagecomparisonframes - Another script I wrote to generate the frames for the first half of [this video](https://starbeamrainbowlabs.com/blog/images/20160525-Tessellator-Comparison.webm).
2015-12-11 10:45:30 +00:00
## Disclaimer
I don't own many of the tools in this repository. If you are an owner of one of these tools and I haven't linked to you, please let me know as I probably forgot.