fsh/cfg/functions.prq
Tessa L. H. Lovelace f14209c86a Merge branch 'dev' of ssh.jakimfett.com:jakimfett/fsh into dev
Conflicts:
	conf/functions.prq
	readme.md

Adjusting folder heirarchy to enable two-letter autocomplete.

It really is the little things in life, yeah?
2020-02-24 16:38:57 -08:00

39 lines
649 B
Plaintext

# format
# <program>(:<symantic>.<version>.<number>)
# this suite of shell scripts requires associative arrays,
# thus 'bash' has minimum versions.
bash:4.x.x
# finding where the binaries are
which
# single authoritative source enabler
ln
# honestly can't remember what this one does
realpath
# about half the point of this is accessibility,
# so 'man' is a requirement (for now...).
man:2.8.x
# finding text in other text is necessary
grep:3.x
# distributed source control, an absolute must
git
# tiling window management on the command line, yes please
dtach:0.9.x
dvtm:0.15.x
# self requirement
f:0.x.x
# staying safe
#shellharden?