Linux only bash wrapper for accelerating your work.
Early development (v0.x).
The behavior may change.
- Autocomplete
- Warnings before harmful commands
- Accidental Russian keyboard layout redirection
- Removing unclosed quote at the end of the line (ls ~/' ; ls ~/\ ; etc...)
- Linux
- python3
- Bash
Download install.sh, then:
cd ~/Downloads/ ; chmod +x install.sh ; sudo ./install.shOr just with one command:
curl -fsSL https://raw.githubusercontent.com/quadakr/quarkn/main/install.sh | sudo bashsqq