Linux Apps That Maybe Run
sigwait.org1 pointsby henry_flower0 comments
$ alias omglol='find -name \*txt | xargs -n50 grep -li'
$ omglol selfie
./10/IMG_20241019_204444.txt
./09/IMG_20240930_082108.txt
./09/IMG_20240930_082118.txt
./07/IMG_20240712_154559.txt
./07/IMG_20240712_154554.txt
or to do a slide show: $ omglol selfie | sed s/txt/jpg/ | xargs feh $ foo -h
I get "haha, you idiot, there is no such option -h, rerun with --help" window.addEventListener("load", () => {
if (chrome.extension.inIncognitoContext) {
document.body.style.background = "#53718e";
}
}); (defvar isearch-mode-map
...
;; Several non-printing chars change the searching behavior.
(define-key map "\C-s" 'isearch-repeat-forward)
(define-key map "\C-r" 'isearch-repeat-backward)
hence to redefine C-s, to, say F12: (global-set-key [f12] 'isearch-forward)
(define-key isearch-mode-map [f12] 'isearch-repeat-forward)
& so on https://developer.twitter.com/en/docs/tweets/curate-a-collection/api-reference/get-collections-entries
scroll to the very end of the page, where twitter cheerfully asks "Was this document helpful?" https://www.kernel.org/doc/Documentation/filesystems/cifs/cifsroot.txt
I think you should self-publish. With your existing audience, you'd sell plenty of copies, and nobody would push "AI" into your work.