Ffutils Alternatives
Similar projects and alternatives to ffutils
-
-
InfluxDB
InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
-
murex
A smarter shell and scripting environment with advanced features designed for usability, safety and productivity (eg smarter DevOps tooling)
-
scriptisto
A language-agnostic "shebang interpreter" that enables you to write scripts in compiled languages.
-
-
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
ffutils discussion
ffutils reviews and mentions
-
Bunster: Compile bash scripts to self contained executables
My problem with python is startup time. I’ve been rewriting shell scripts to either Makefiles (crazy and ugly but it works) or rust “scripts” [0] depending on their nature (number of outputs, number of command executions, etc)
Also, using a better shell language can be a huge productivity (and maintenance and sanity) boon, making it much less “write once, read never”. Here’s a repo where I have a mix of fish-shell scripts with some converted to rust scripts [1].
[0]: https://neosmart.net/blog/self-compiling-rust-code/
[1]: https://github.com/mqudsi/ffutils
Stats
The primary programming language of ffutils is Shell.