DollarSkip
DollarSkip copied to clipboard
A simple c program to skip $ when copying shell commands
Results
2
DollarSkip issues
Sort by
recently updated
recently updated
newest added
This handles built-in shell commands. this is done by using 2 arrays: 1) `unhandled_shell_builtins`: A string array containing the names of built-in commands that don't work through DollarSkip (`cd` for...
I just ran `$ cd` from a non home path, and it doesn't do anything: ``` pi@AwePi:~/github/lollypop $ $ cd pi@AwePi:~/github/lollypop $ echo $? 0 pi@AwePi:~/github/lollypop $ ```