Results 151 comments of pepa65

It would be way nicer if the single (mouse)button click can be configured separately in the `buttons` file. Maybe like: `toggle_fullscreen s-1` (lower case 's' for "single") to bind [toggle_fullscreen]...

What you could do is: when the text given is not a filename, just send it as text. Then you won't need an extra flag (`--text`). Ease of use is...

Even if you can get a hash, why not just copy it?? If it's the same, no problem, it's the same.

OK, makes sense. Rsync does a lot of work on this, even hashing parts of a big file. Does make it more complex to implement. If the user says copy...

This seems to be it: ``` git config --global credential.helper cache git config --global credential.helper 'cache --timeout=3600' ``` But now it says: ``` ✘ remote: Repository not found. fatal: repository...

`gl branch`: ``` List of branches: ➜ do gl branch -c b to create branch b ➜ do gl branch -d b to delete branch b ➜ do gl switch...

(In addition, `gl remote -c qq https://github.com/pepa65/qq` now comes back with: ``` ✔ Remote qq mapping to https://github.com/pepa65/qq created successfully ➜ to list existing remotes do gl remote ➜ to...

OK, and precede all that with `curl -u pepa65 https://api.github.com/user/repos -d '{ "name": "qq" }'` otherwise you get: ``` ✘ remote: Repository not found. fatal: repository 'https://github.com/pepa65/qq/' not found ```...

While doing an update, the old cache directory could be (temporarily) copied and then the output of `diff -qr` between both trees could be displayed. But for normal users this...

I can't imagine someone having a use for tldr on a machine that doesn't have diff..!