Derek
Derek
Hey just a note here you in case you didnt know, you can actually add it in front of any word {wont changr for whole line} but you can mix...
Hey question those using mac os what version of bash are you running? Because its my understanding that apple uses version 3.2 because that's the last license under the gplv2
Just a suggestion haven’t tested it yet but have you considered —bind=somekey:replace-query+execute(echo {q} | tee -a >(/path/to/histfile)) Splits stdio to file (in this case) and stdout the -a is append...
Question are you using zsh or bash? Don’t know how to do this in zsh but you could probably achieve the same effect with a here doc you or redirection...
the reason I ask is that when you source a file outside your init file it can cause unexpected changes to your other environmental variables and in some cases break...
if this was a search command, sure but fzf is a filter that derives its input from search commands. Even fzf run just as $fzf still derives its input from...
The problem i see with this is that escape cods are not arbitrary, they are terminal emulator dependant, there could be very little consistancy, one person us using linux one...
Hey i don't know much about git (in other words couldn't figure out how to do a pull request) but I've cloned the repository and made some demos in the...
Hey i added a pull request with asciinema links for a few of your scripts
you could always do a build in a clean chroot https://wiki.archlinux.org/index.php/DeveloperWiki:Building_in_a_clean_chroot im building and repackaging the dependencies right now and will be attempting to get this running on arch will...