aboutsummaryrefslogtreecommitdiff
path: root/bin
Commit message (Collapse)AuthorAgeFilesLines
* Add csmw(1df)Tom Ryder2016-12-011-0/+14
|
* Centralize cf(1df)/cfr(1df)Tom Ryder2016-11-252-6/+39
| | | | | They are almost exactly the same script now; there might be a better way to do this
* Less clumsy method of countingTom Ryder2016-11-251-5/+1
|
* Correct order of assignments in sqs(1df)Tom Ryder2016-11-251-2/+2
|
* Handle find(1) path metacharsTom Ryder2016-11-251-1/+5
|
* Add finc(1df)Tom Ryder2016-11-251-0/+3
|
* Simplify cf(1df) with a find(1) commandTom Ryder2016-11-251-12/+6
| | | | This should also work for very large numbers of files
* Simplify cf(1df) and cfr(1df)Tom Ryder2016-11-252-26/+5
| | | | | It turns out `-exec foo {} +` is in fact POSIX behaviour (since SUSv3 as far as I can tell).
* Add ddup(1df)Tom Ryder2016-11-201-0/+2
|
* Resolve a shellcheck issueTom Ryder2016-11-181-1/+3
|
* Resolve issue with destructive sqs(1df)/stex(1df)Tom Ryder2016-11-162-1/+18
|
* Add sqs(1df)Tom Ryder2016-11-161-0/+25
| | | | And a relevant issue
* Remove unneeded varTom Ryder2016-11-131-2/+1
|
* Quote var in param expansionTom Ryder2016-11-132-2/+2
|
* Simplify/correct dmp(1) copyingTom Ryder2016-11-131-5/+2
| | | | Remove timeout feature; not working anyway
* Corrections to a few of the agg scriptsTom Ryder2016-10-254-5/+4
|
* Have umake(1df) observe POSIX makefile filenamesTom Ryder2016-10-211-4/+4
|
* Add -p to the command path search for shb(1df)Tom Ryder2016-10-201-1/+1
|
* Remove some trailing whitespaceTom Ryder2016-10-192-2/+2
|
* Add ap(1df) and bp(1df)Tom Ryder2016-10-142-0/+37
|
* Add mex(1df)Tom Ryder2016-09-201-0/+53
|
* Fix comment in xgo(1df)Tom Ryder2016-09-171-1/+1
|
* Remove unneeded shellcheck skipsTom Ryder2016-09-093-3/+2
| | | | Latest version (0.4.4) doesn't raise errors on these lines anymore
* Add slow(1df) and supp(1df)Tom Ryder2016-09-092-0/+8
|
* Restore correct short-circuit for gms(1df)Tom Ryder2016-09-091-3/+3
|
* Generalise mean,med,mode,tot(1df) to numbersTom Ryder2016-09-084-4/+4
| | | | Not just integers
* Add more color-setting attempts to rgl(1df)Tom Ryder2016-09-081-1/+1
|
* Restore parallelisation to gms(1)Tom Ryder2016-09-081-2/+2
| | | | Looks like I removed it in 825d661
* Clear prompt after interactive rgl(1df)Tom Ryder2016-09-081-0/+5
|
* Enhance rgl(1df) with a bit of color and sanityTom Ryder2016-09-081-5/+18
|
* Add rgl(1df)Tom Ryder2016-09-081-0/+17
|
* 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.