Daniel Gray
Daniel Gray
I think I'd prefer users manually delete files from their system rather than take on the responsibility of making the script do it safely and explicitly. With fzf and shell...
That should be documented then.
Example API usage: ``` sh # delete curl -X DELETE -F key="$key" https://u.pste.pw/api # list curl -X GET -F key="$key" https://u.pste.pw/api # edit curl -X PUT -F key="$key" https://u.pste.pw/api ```...
I love the first-class API and SPA ideas.
It does seem to work correctly on more recent builds of tmux if i re-load my config after launching tmux, though I can't seem to pinpoint exactly which commit it...
That's my current config, yes. On [L81](https://github.com/DanielFGray/dotfiles/blob/master/tmux.conf#L81) it sources [this config](https://github.com/DanielFGray/dotfiles/blob/master/tmux.remote.conf) if I'm running in an ssh session, and tmux-prefix will usually say my prefix is still `C-a`.
I support this. Although having different authors does seem like a rare occurrence, the option to change it should be there without having to unset `init.author` or manually edit the...
I was glad to find this issue because it's something I've been thinking about as well maybe a `` that displays instead of children if wrapped around some other ``...
`current` or even `latest` would be my pick
in awesome 4.0 the variable is `useless_gap` for native gaps, treesome was using `useless_gap_width` which was defined by the [copycat-killer/lain](https://github.com/copycat-killer/lain) library