- [] Optional/default arguments
- [] Command alias
- [] --run <LANG> option, runs stdin as that language
- [] Run commands from languages
- [] Shell/Bash (use --run option to call self and pipe)
- [] Include external file
- Constants
- NixOS support via flakes/nix-shell
- Add language of command and if it's installed
- If not installed, print a warning and link to Install page
- [] Nushell
- [] Fish
- [] Typescript
- [] Java
- Python
- Javascript
- Bash
- Shell
- Rust
- C
- C++
- C#
- [] Python
- [] Pip dependencies
- [] Rust
- [] Cargo dependencies
- [] Include external file
- [] Javascript
- [] Npm dependencies
- [] C#
- [] Nuget dependencies?
- [] Add possible arguments to README
- [] Add examples to README
- Specify that -f must be the first argument
- [] Use
git bashon Windows when language issh/bash
- Use common "create_project" for all languages (based on cpp.rs)
- Do not capture command output (inherit instead) and write to tmp file always (instead of using stdin)
- [] Improve error message when too many args are passed
- Very very long file