Skip to content
This repository was archived by the owner on Aug 4, 2020. It is now read-only.

Releases: rsdoiel/shelltools

Minimal useful set

19 Feb 01:34

Choose a tag to compare

csvcols has migrated to datatools, pathparts has been depreciated (basename, and friends are available on most Bash deployements these days). What remains are the core set of tools I use frequently to make Bash scripting a little easier and more flexible.

  • Common version number for release
  • Normalizing command line options and docs
  • bug fixes

csvcols and bug fixes

12 Jan 21:02

Choose a tag to compare

  • Added a tool to format a CSV row of data from command line parameters.
  • Bug and document formatting fixes

released as shelltools

11 Sep 23:19

Choose a tag to compare

Renamed project from fsutils to shelltools and merged in other commands useful for working with shell.

Merged in

  • range
  • reldate
  • timefmt
  • urlparse

Renamed repository and released bundle.

13 Aug 20:08

Choose a tag to compare

Changes

  • Repository renamed from findfile to fsutils
  • findfile, finddir -- removed -a, -all option, if no -s,-suffix, -p, -prefix, -c, -contains option is included it is assumed you want to list all files and directories (e.g. findfile, finddir).
  • findfile, finddir -- -F is not -f or -full-path

Initial binary release

13 Jul 00:13

Choose a tag to compare

Compiled versions for

  • Linux/AMD64
  • Mac OS X/AMD64
  • Windows/AMD64
  • Raspberry Pi/ARM6
  • Raspberry Pi/ARM7