109
What projects does the opensource world lack
(programming.dev)
All about open source! Feel free to ask questions, and share news, and interesting stuff!
Community icon from opensource.org, but we are not affiliated with them.
Auto type is so handy. I used KeePass previously, but recently switched to using these commands to type out my clipboard after pressing a custom hotkey:
sh -c 'sleep 0.5; xdotool type "$(xclip -o -selection clipboard)"'
It is so damn handy, especially when you have to deal with VNC and iDRAC so often