|
3 years ago | |
---|---|---|
Ascidia@932d1b44d6 | 4 years ago | |
cloudcatcher@71b376b1b4 | 3 years ago | |
cloudsurfer | 3 years ago | |
.bash_aliases | 3 years ago | |
.bash_host | 3 years ago | |
.bash_profile | 3 years ago | |
.bashrc | 3 years ago | |
.gitignore | 3 years ago | |
.gitmodules | 3 years ago | |
.hh_favorites | 3 years ago | |
.nanorc | 3 years ago | |
README.md | 3 years ago | |
ascidia | 4 years ago | |
backup | 4 years ago | |
brightness.sh | 4 years ago | |
catimg | 3 years ago | |
colortrans | 3 years ago | |
commacd.sh | 4 years ago | |
cscz | 4 years ago | |
ctx | 5 years ago | |
cycleswap | 5 years ago | |
decrypt | 5 years ago | |
drop_pagecache | 4 years ago | |
dropbox_uploader.sh | 5 years ago | |
dropshell | 5 years ago | |
dtach | 4 years ago | |
encrypt | 5 years ago | |
envsetup | 3 years ago | |
exit_fullscreen.sh | 5 years ago | |
extract | 5 years ago | |
fdupes | 5 years ago | |
genimagecomparisonframes | 4 years ago | |
goldilocks | 4 years ago | |
hastebin | 4 years ago | |
hr | 5 years ago | |
htdigest.sh | 5 years ago | |
listenclip | 4 years ago | |
mail-service-restart | 5 years ago | |
micro | 3 years ago | |
mk-ca-bundle.pl | 5 years ago | |
mountunishares | 5 years ago | |
nautilus-here | 3 years ago | |
node-update | 3 years ago | |
ogg-cover-art | 4 years ago | |
organise-photos | 3 years ago | |
pd-setup.sh | 5 years ago | |
ports | 5 years ago | |
ps_mem | 5 years ago | |
ptr | 4 years ago | |
quickshare | 4 years ago | |
quote-get | 3 years ago | |
recorduptime | 5 years ago | |
recvdir | 4 years ago | |
reflac | 3 years ago | |
repren | 4 years ago | |
restart-reason | 5 years ago | |
rmilter_setup | 5 years ago | |
run-on-amd | 3 years ago | |
sendclip | 3 years ago | |
senddir | 3 years ago | |
serveclip | 3 years ago | |
shellshare | 3 years ago | |
speedtest-cli | 5 years ago | |
splitdotmbox.sh | 5 years ago | |
ssh-retry | 3 years ago | |
stealtime | 5 years ago | |
style | 5 years ago | |
swappiness | 5 years ago | |
swapusage | 5 years ago | |
systemctl-restart | 5 years ago | |
tig | 4 years ago | |
tldr | 3 years ago | |
wifi-list | 4 years ago | |
wifi-list.awk | 4 years ago | |
xidel | 4 years ago | |
z.sh | 5 years ago |
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):
.mbox
file into it's component messagesscreen
and tmux
.dig
to do PTR (reverse DNS) lookups, since I have to keep looking the command up every time :P.bash_aliases
file for quickly jumping about. Works best if you've got a decent amount of free RAM for the cache.cloudsurfer.sh
is a new script I'm writing to bring some of the customisations I store here in this repository to terminals on shared machines - where I can't modify .bashrc
, for example.
It's designed to be executed in a single bash context, and leave no trace on the host machine after the customisations are applied - just in case the bash process crashes! If need be, it can also be executed in multiple separate bash processes and will bring the customisations to each one separately - without interfering with the rest of the machine.
Due to it's transient nature, cloudsurfer is bound to be more lightweight and be missing a few features of the full list that my main bin folder can provide, but the aim is to make a foreign terminal feel a bit more like home 😺
Here's a list of things it currently supports:
.bash_aliases
To use it, simply paste this into the target terminal:
cstemp=$(mktemp); curl -o ${cstemp} -L https://goo.gl/ZTtVRq; chmod +x ${cstemp}; source ${cstemp}; rm ${cstemp}; cstemp=;
and then to drop out of cloudsurfer again:
exec bash && reset
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.