aboutsummaryrefslogtreecommitdiff
path: root/.local/bin (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-05-12git mv .local/bin/ .usr/bin/EuAndreh25-1960/+0
2022-05-12.local/bin/clamp: Add working versionEuAndreh1-0/+74
2022-05-12.local/bin/open: Use "cd + pwd" over "realpath" to preserve symlink in pathsEuAndreh1-1/+1
2022-05-12.local/bin/brightness: Add working versionEuAndreh1-0/+13
2022-05-12.local/bin/print: Add working versionEuAndreh1-0/+151
2022-05-12.local/bin/oepn,xdg-open: Add working versionsEuAndreh2-0/+102
2022-05-12.local/bin/without-env: Add working versionEuAndreh1-0/+76
2022-05-12.local/bin/{max,min}: Add working versionsEuAndreh2-0/+122
2022-05-12.local/bin/grun: Add working versionEuAndreh1-0/+102
2022-05-12.local/bin/e: Add working version, inspired by vipeEuAndreh1-0/+79
2022-05-12.local/bin/color: Exit when given an invalid colorEuAndreh1-0/+1
2022-05-12.local/bin/pre: Add working versionEuAndreh1-0/+72
2022-05-12.local/bin/color: Add working versionEuAndreh1-0/+203
2022-05-12.local/bin/gc: Add working versionEuAndreh1-0/+105
2022-05-12.local/bin/{mkstemp,mkdtemp}: Add working versionsEuAndreh2-0/+48
2022-05-12.local/bin/tmpname: Add working versionEuAndreh1-0/+52
2022-05-12.local/bin/uuid: Add working versionEuAndreh1-0/+53
2022-05-12.local/bin/copy: Add working versionEuAndreh1-0/+67
2022-05-12.local/bin/msg: Allow $ACTION_DONE to fallthrough to "wait" statementEuAndreh1-1/+0
2022-05-12.local/bin/with-email: Add working versionEuAndreh1-0/+84
2022-05-12.local/bin/msg: Use `email` command over `mail`EuAndreh1-5/+1
2022-05-12.local/bin/msg: Play sound by defaultEuAndreh1-1/+8
2022-05-12.local/bin/msg: Fix xmpp - add to addressEuAndreh1-1/+1
2022-05-12~/.local/bin/backup: Clean up scriptEuAndreh1-19/+19
- remove "borg check" and "borg prune" steps; - stop sourcing ~/.bash_profile; - ignore return code 1 from "borg create" command, as detailed in the documentation [0]: > warning (operation reached its normal end, but there > were warnings – you should check the log, logged as WARNING) [0]: https://borgbackup.readthedocs.io/en/stable/usage/general.html
2022-05-04~/.local/bin/email: Add working script!EuAndreh1-0/+74
I'm on a streak!
2022-05-04~/.local/bin/xmpp: Do not default TO_JID to eu@euandreh.xyzEuAndreh1-1/+3
2022-05-04~/.local/bin/msg: Add working version!EuAndreh1-0/+88
2022-05-04~/.local/bin/xmpp: Add working command!EuAndreh1-0/+87
2022-04-27.local/bin/backup: Mention $BORG_REMOTE_PATH and .ssh/authorized_keys in the ↵EuAndreh1-2/+3
documentation
2022-04-24~/.local/bin/qr: Add scriptEuAndreh1-0/+58
2022-04-24~/.local/bin/backup: Add polished backup scriptEuAndreh1-0/+127
2022-04-24.local/bin/rfc: Add script after doing some polishingEuAndreh1-0/+117