aboutsummaryrefslogtreecommitdiff
path: root/bin
Commit message (Collapse)AuthorAgeFilesLines
* Handle raw GitLab pastesTom Ryder2016-09-061-2/+2
|
* Add umake(1df)Tom Ryder2016-09-051-0/+11
|
* Prettify an Awk for a bitTom Ryder2016-09-051-1/+1
|
* Exclude $0 from arg iteration in mftl(1df)Tom Ryder2016-09-051-1/+1
|
* Add mftl(1df)Tom Ryder2016-09-051-0/+38
|
* Ignore a false positive from shellcheck(1)Tom Ryder2016-09-041-0/+1
|
* Remove apostrophes from comments in subshellsTom Ryder2016-09-041-4/+4
| | | | Given it seems to broken in at least one sh(1) implementation
* Add Pastebin ripper to xgo(1)Tom Ryder2016-09-041-0/+5
|
* Add bl(1df)Tom Ryder2016-09-041-0/+11
|
* Remove rmrej(1)Tom Ryder2016-09-031-3/+0
| | | | | Wrong approach to this problem. `git clean -dfx ; git reset --hard` is probably what's actually needed in most cases.
* Add error conditions to cfr(1)Tom Ryder2016-09-031-0/+2
|
* Correction and error catching for cfr(1df)Tom Ryder2016-09-031-1/+5
|
* Tidy/correct tl(1) option parsingTom Ryder2016-09-031-9/+13
|
* Simplify cfr(1) with new -o option to cf(1)Tom Ryder2016-09-031-4/+3
|
* Add -o option to cf(1df)Tom Ryder2016-09-031-3/+29
|
* Add some interesting notes to cfr(1df)Tom Ryder2016-09-021-1/+1
|
* Add mean(1df), med(1df), and mode(1df)Tom Ryder2016-09-023-0/+40
|
* Proper key spec for dub(1d)Tom Ryder2016-09-021-1/+1
|
* Reimplement cfr(1df) using cf(1df)Tom Ryder2016-09-021-5/+7
| | | | | Resolves issue; not as fast as non-portable printf hack, but good enough. Also properly excludes root from the count.
* Add tot(1df)Tom Ryder2016-09-021-0/+3
|
* Fix POSIX non-compliance in cfr(1)Tom Ryder2016-09-011-2/+4
| | | | Which slows it down a *lot*; add an issue.
* Add cfr(1df)Tom Ryder2016-09-011-0/+4
|
* Move han(1) to be shebanggedTom Ryder2016-08-291-1/+0
|
* Put dotfiles manuals into their own sectionTom Ryder2016-08-2619-24/+25
| | | | This probably contains a few mistakes
* Add notifications to dmp(1)Tom Ryder2016-08-251-1/+6
|
* Tidy up and comment xgo(1)Tom Ryder2016-08-251-9/+28
|
* Open PDFs with xpdf(1)Tom Ryder2016-08-251-0/+7
|
* Expand and whitelist BASH_VERSINFO check in han(1)Tom Ryder2016-08-231-2/+8
|
* Add missing self var to edda(1)Tom Ryder2016-08-231-0/+1
|
* Extract actual media from GitHub/Imgur linksTom Ryder2016-08-231-0/+6
|
* Make xgo(1) view plain text in view(1) insteadTom Ryder2016-08-231-1/+1
|
* Have xgo(1) handle video with mpv(1) tooTom Ryder2016-08-231-1/+1
|
* Have xgo(1) handle audio with mpv(1)Tom Ryder2016-08-231-0/+3
|
* Accept no space after semicolon in MIME typeTom Ryder2016-08-231-1/+1
|
* Set xgo(1) to load text/plain docs in $PAGERTom Ryder2016-08-231-0/+5
|
* Add some appropriate flags to curl(1) callsTom Ryder2016-08-222-2/+2
|
* Apply cleverer arg-arranging method to apf(1)Tom Ryder2016-08-221-30/+38
| | | | This avoids a temporary file and some hairy sed(1)
* Strip trailing period from sshi(1) hostnamesTom Ryder2016-08-201-2/+2
|
* Exit sshi(1) with 1 not 2 if null SSH_CONNECTIONTom Ryder2016-08-201-1/+1
| | | | Since that's not a usage error
* Port fnl() to POSIX sh script fnl(1)Tom Ryder2016-08-201-0/+21
| | | | | No real compelling reason to make it a shell function in the first place.
* Add sshi(1)Tom Ryder2016-08-201-0/+28
|
* Pass null arg to manual cleanup() call in apf(1)Tom Ryder2016-08-201-1/+1
|
* Remove debugging code from eds(1)Tom Ryder2016-08-191-2/+1
|
* Clean up temporary files before apf(1) execTom Ryder2016-08-191-0/+3
|
* Strip trailing whitespace from apf(1)Tom Ryder2016-08-191-2/+2
|
* Correct a comment in edda(1)Tom Ryder2016-08-191-1/+1
|
* Port eds(1) to POSIX sh(1)Tom Ryder2016-08-191-38/+37
| | | | | | | | Even managed to keep the options. Removed issue about Bash scripts; han(1) needs to be Bash as it's specifically for the Bash help() builtin. There's no advantage to making it POSIX.
* Translate apf(1) to POSIX shTom Ryder2016-08-191-20/+42
| | | | | | | | | | | We lose the ability to include newlines in options, but probably a pretty good tradeoff, especially since it makes the *rc files hand-editable in theory. Also add skipping comments and blank lines. Update ISSUES.markdown. There are two more Bash scripts left; one of them, han(1), does actually require Bash, though.
* Correct stws(1)'s self-identifyingTom Ryder2016-08-191-1/+1
|
* Port edda(1) to POSIX shTom Ryder2016-08-191-26/+15
| | | | | Losing the option-passing; could perhaps add this in again by specifically supporting POSIX-specific options for ed(1)