SaaSHub helps you find the best software and product alternatives Learn more →
Csv-nix-tools Alternatives
Similar projects and alternatives to csv-nix-tools
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
jc
CLI tool and python library that converts the output of popular command-line tools, file-types, and common strings to JSON, YAML, or Dictionaries. This allows piping of output to tools like jq and simplifying automation scripts.
-
-
-
dotfiles
Bash, Python, IPython scripts, and userspace configuration https://westurner.org/dotfiles/ (by westurner)
-
-
-
dte
A small, configurable terminal text editor (mirrored from https://gitlab.com/craigbarnes/dte) (by craigbarnes)
-
-
-
-
-
-
csv-nix-tools discussion
csv-nix-tools reviews and mentions
-
I wrote an bash enumerator because I was sick of xargs
I was also sick of bash ways of dealing with lots of data, spaces in file names, etc, so I created csv-nix-tools: https://github.com/mslusarz/csv-nix-tools
E.g. removing all temporary files without the need to deal with spaces, glob limits, or silly find syntax:
csv-ls -R -c full_path . | csv-grep -c full_path -e '~$' | csv-exec -- rm -f %full_path
- Why *not* parse `ls` (and what to do instead)
- Tools for gathering and processing system information using CSV
-
A note from our sponsor - SaaSHub
www.saashub.com | 13 Aug 2026
Stats
mslusarz/csv-nix-tools is an open source project licensed under BSD 3-clause "New" or "Revised" License which is an OSI approved license.
The primary programming language of csv-nix-tools is C.