Useful Gits - Off topic
Users browsing this thread: 3 Guest(s)
|
|||
Have you ever found or used a Git that catered to your needs, but didn't have a place to tell anyone about it ... well now there's a thread for that, post your useful gits that you would like people to know about or that would benifit others.
(Music) Poor Man's Spotify Description: Search and stream music |
|||
|
|||
I haven't used it myself, but in browsing about I found ack, basically grep on steroids specifically for searching code, looks very nice.
|
|||
|
|||
I've always found LDM as a useful Git
|
|||
|
|||
I stumbled upon http://git.2f30.org the other day. Full of nice programs
|
|||
|
|||
|
|||
----- BEGIN SHAMELESS PLUG BLOCK -----
If you work with MPD, Last.fm, or ii (the irc client) quite often, you'll find some useful tools in here: https://github.com/berkoz ----- END SHAMELESS PLUG BLOCK ----- |
|||
|
|||
http://git.suckless.org/ [awesome, useful, SIMPLE software]
http://github.com/baskerville/ [bspwm & sxhkd] |
|||
|
|||
You made me discover `sxhkd`. How does it compare to `xbindkeys` ? Is that better ?
|
|||
|
|||
@z3bra ive only used sxhkd, it works by reading a simple config file that has its own (relatively simple) syntax
|
|||
|
|||
xbindkeys seems to have exactly the same syntax. Hence the question, how is sxhkd better ? does it re-read the file when you update it ? Or use less resources ? I can't see anything on the repo
For reference, my.xbindkeysrc looks like this: Code: "urxvt" Okay I finally tested it. Here is the comparition: Code: # config files complexity: Winner is: `xbindkeys` ! I use the "double function" a lot. Because I use multiple computers, some have media hotkeys, some don't. So I need a fallback key on those systems. Also, I use this feature to pop a notification while I'm performing an action. Some that I can level the volume up, and display a nice text in a corner to see the current value. Sorry sxhkd ! Nice try though :) |
|||
|
|||
@z3bra lol! nice comparison! i believe sxhkd is a dependency of bspwm which is why people use it
|
|||
|
|||
^that. @z3bra, great comparison tests! Thanks for that.
work hard, complain less
|
|||