sarnobat
sarnobat
What am I doing wrong here? The README.md says all clients are allowed if you don't add any options to the program invocation. But it seems to me like the...
To take advantage of pipes without using xargs, it would be great if the template could build in the behavior whereby it accepts input from stdin just as well-known programs...
Similar to `du -h`, would it be possible to support an option that presents file sizes in megabytes/gigabytes instead of bytes?
When I run `fb version` I get no output. No other commands do anything either. I am on ubuutnu. I installed npm and node prior to runnign it. And I...
I cp'd `google-java-format-eclipse-plugin_1.6.0.jar` to `/Applications/eclipse.kepler/dropins` but it doesn't show up either in the formatter dialog, or in the "Installed Software". It works on my other laptop, that is running Eclipse...
(This is more of a question / enhancement request than a bug) I love this tool for deleting and renaming files and had dreamed it up almost exactly as it...
I copied the example given by the author: ``` curlicue-setup \ 'https://www.google.com/accounts/OAuthGetRequestToken?scope=https%3A%2F%2Fwww.google.com%2Fcalendar%2Ffeeds%2F' \ 'https://www.google.com/accounts/OAuthAuthorizeToken?oauth_token=$oauth_token' \ 'https://www.google.com/accounts/OAuthGetAccessToken' \ credentials Consumer key: 462534562093-e60q6btrojdbua18j5m5sj3l3ptel5m5.apps.googleusercontent.com Consumer secret: 2tC97iuc8QFa9q8tiGIdFxF7 unable to write 'random state' unable...
(I know grcat isn't meant for public use but like i said in another ticket it's really convenient; if this is unsupported I'm just putting this ticket out there in...
I couldn't find a conf file for shell scripts. If one doesn't exist, could we create one? I sometimes like to do this: cat run.sh | grcat ~/conf.sh (I know...
It's common for long options to contain `-`. I can't figure out a way to add a name that contains a dash. I was hoping either `_` gets converted to...