creese | 3 years ago | on: Most Crypto Developers Aren't Working on Bitcoin or Ethereum
creese's comments
creese | 3 years ago | on: Hyprland: A dynamic tiling Wayland compositor
creese | 4 years ago | on: Emfy: Emacs for You – Quickly set up vanilla Emacs for editing
creese | 4 years ago | on: Firefox 93
creese | 4 years ago | on: Firefox Browser: best for a free web
creese | 4 years ago | on: U.S. Senate Vote in Favor of Amendment That Threatens Crypto Industry
creese | 4 years ago | on: The Framework Laptop is now shipping
creese | 4 years ago | on: Tour of our 250k line Clojure codebase
creese | 4 years ago | on: 1Password for Linux
pass ()
{
if [ $# -eq 0 ] || ( [ $# -eq 1 ] && [ $1 = "-c" ] ); then
find ~/.password-store -name '\*.gpg' -printf '%P\n' | sed -e 's:.gpg$::gi' | fzf | xargs /usr/local/bin/pass $@;
else
/usr/local/bin/pass $@;
fi
}
pass + fzf + bash > gopass. DOTADIW.creese | 4 years ago | on: Magit 3.0
https://www.gnu.org/software/emacs/manual/html_node/emacs/In...
creese | 4 years ago | on: 1Password for Linux
There is also an extension: https://github.com/ficoos/pass-fzf
creese | 5 years ago | on: Dvorak vs Colemak (2010-2020)
creese | 5 years ago | on: Ask HN: Why is the Linux community struggling to implement hibernation?
creese | 5 years ago | on: Ask HN: Why is the Linux community struggling to implement hibernation?
creese | 5 years ago | on: Top Paying Companies by SWE Level
creese | 5 years ago | on: We can do better than DuckDuckGo
creese | 5 years ago | on: Rust for Clojurists (2015)
creese | 5 years ago | on: Rust for Clojurists (2015)
(defun cargo-process-check-sentinel (process event)
(when (string= "finished\n" event)
(rust-format-buffer)))
(defun my-after-save-hook ()
(when (eq major-mode 'rust-mode)
(set-process-sentinel (cargo-process-check) 'cargo-process-check-sentinel)))
(add-hook 'after-save-hook #'my-after-save-hook)creese | 5 years ago | on: Rust for Clojurists (2015)
Skip to 15:53 and 20:30 for examples: https://videos.confluent.io/watch/yHoHM4Gxo7Bu1MCdo8vVh6?
creese | 5 years ago | on: On Abandoning the X Server
Some of your issues are solved:
CLI clipboard access: wl-clipboard: https://github.com/bugaevc/wl-clipboard
App launcher: bemenu: https://github.com/Cloudef/bemenu