aboutsummaryrefslogtreecommitdiff
path: root/bin
Commit message (Collapse)AuthorAgeFilesLines
* Remove dmenu in favor of rofiTom Ryder2023-03-251-18/+0
|
* Remove executable bit from some shell scriptsTom Ryder2022-11-133-0/+0
|
* Set default tm(1df) session name with file not envTom Ryder2022-08-091-1/+6
|
* Correct slsf(1df) nosls logicTom Ryder2022-08-041-1/+1
|
* Support SSH many-Host lines and config subfilesTom Ryder2022-08-042-6/+26
|
* Exec tmux(1) at the end of tm(1df)Tom Ryder2022-07-261-1/+1
|
* Stop dmenu_pass(1df) if no name selectedTom Ryder2022-07-101-0/+1
|
* Change dmenu_pass to type not copy the passwordTom Ryder2022-05-221-3/+6
| | | | Should be more secure.
* Rewrite dmp(1df) as dmenu_pass(1df)Tom Ryder2022-05-212-31/+14
|
* Open GIFs in mpvTom Ryder2022-05-091-4/+5
|
* Prevent mpv output junk in .xsession-errorsTom Ryder2022-05-091-2/+2
|
* Add install-scrot target to create screenshots dirTom Ryder2022-05-081-1/+1
|
* Overhaul screenshot behaviorTom Ryder2022-05-071-0/+24
| | | | | | * Move burdensome logic to new script xsnap(1df) * Switch to otherwise-disused Print/PrtScr key * Add binds for full display and single-window screenshots
* Lean on Debian alternatives system a bit moreTom Ryder2022-05-061-1/+1
| | | | | I'll refactor this if I ever need to (i.e. if I end up running X on something other than Debian a lot).
* Further increase aggression of gscr(1df)Tom Ryder2022-05-011-1/+1
|
* Increase coverage of gscr(1df)Tom Ryder2022-04-281-2/+7
|
* Lowercase default td(1df) directoryTom Ryder2022-04-271-1/+1
|
* Add --no-warnings to rlwrap callsTom Ryder2021-12-242-2/+3
|
* Remove actual plmu programTom Ryder2021-11-161-28/+0
| | | | | I removed the manual page in 0703204, but didn't actually remove the program...
* Remove superfluous `exit` calls at end of `BEGIN`Tom Ryder2020-11-192-4/+0
| | | | Thanks izabera
* Use inline integers rather than bit shiftingTom Ryder2020-11-131-1/+1
| | | | Syntax highlighting doesn't deal with it well
* Remove unneeded self var for han(1df)Tom Ryder2020-11-121-1/+0
|
* Remove unneeded shebangsTom Ryder2020-11-123-3/+0
|
* Simplify han(1df) to remove unneeded temp dirTom Ryder2020-11-121-19/+3
|
* Remove `plmu(1df)`Tom Ryder2020-09-071-0/+1
| | | | App::cpanoutdated does this better.
* Remove unneeded comma in msc(1df)Tom Ryder2020-06-051-1/+1
|
* Remove executable bit from some source codeTom Ryder2020-06-052-0/+0
|
* Add qat(1df), implementing an item from IDEAS.mdTom Ryder2020-05-121-0/+12
|
* Use `curl -w` for getting media typeTom Ryder2020-05-121-7/+9
| | | | Much nicer.
* Add msc(1df)Tom Ryder2020-05-051-0/+12
|
* Don't use cache for phpcsff(1df)Tom Ryder2019-11-291-1/+1
|
* Prevent diagnostics from php-cs-fixerTom Ryder2019-11-291-1/+1
|
* Add phpcsff(1df)Tom Ryder2019-11-291-0/+15
|
* Use rmdir(1) rather than `rm -r` in gms lock clearTom Ryder2019-11-101-2/+2
|
* Correct printf pattern in finc(1df)Tom Ryder2019-09-081-1/+1
| | | | Results were wildly wrong!
* Make intent of `umake` terminal condition clearerTom Ryder2019-08-031-1/+2
|
* Add defang(1df)Tom Ryder2019-08-021-0/+4
| | | | | | | | | ><tejr> I learned the word "defang" today as applied to URLs ><tejr> I knew about the practice but not what it was called ><tejr> Now I am writing a little script to do it for me ><russm> tejr: pip install defang ? ><tejr> Why you gotta be like that, russm ><tejr> Let me have my three-line sed script
* Extend td(1df) to edit multiple filesTom Ryder2019-07-111-9/+9
|
* Add vic(1df)Tom Ryder2019-06-181-0/+6
|
* Use RFC2822 date format in dfv(1df)Tom Ryder2019-06-161-1/+1
|
* Trim some trailing whitespaceTom Ryder2018-12-311-1/+1
|
* Clarify control flow in shell scriptsTom Ryder2018-12-3110-23/+47
|
* Remove some vestigial Bash 2.05 guards/commentsTom Ryder2018-12-271-7/+3
|
* Break up some long linesTom Ryder2018-12-273-8/+8
|
* Two-space sentences in shell commentsTom Ryder2018-12-2711-14/+14
|
* Break up some long linesTom Ryder2018-12-264-8/+14
|
* Remove unneeded semicolon from sh "for VAR ; do"Tom Ryder2018-12-0619-20/+20
| | | | | It turns out the semicolon belongs to the "in" syntax, and is optional without it.
* Remove executable bit from mim.mi5Tom Ryder2018-11-301-0/+0
|
* Merge branch 'hotfix/v1.77.1' into developTom Ryder2018-11-241-2/+2
|\ | | | | | | | | | | * hotfix/v1.77.1: Bump VERSION Allow equal bounds in rndi(1df)
| * Allow equal bounds in rndi(1df)Tom Ryder2018-11-241-2/+2
| | | | | | | | | | | | | | | | | | Calling rndi(1df) like `rndi 1 1` should work; it should just always yield one. Instead, it was complaining about the second bound not being greater than the first. I noticed this because I only had one background image in ~/.xbackgrounds and ran xrbg(1df), and it didn't know how to handle it.