home.social

#commandlines — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #commandlines, aggregated by home.social.

  1. Neal Stephenson spins a yarn about the mystical, near-fantasy world of command lines, where Apple and Microsoft are portrayed as tech sorcerers. 🧙‍♂️✨ Who knew selling invisible software could be more magical than selling blinking boxes? 💾🔮
    web.stanford.edu/class/cs81n/c #NealStephenson #CommandLines #TechSorcerers #FantasySoftware #MagicInTech #InvisibleSoftware #HackerNews #ngated

  2. How to use kitty to "edit" the output of the last command in $EDITOR or copy it to the clipboard:

    map kitty_mod+a>e launch --type=overlay --stdin-source=@last_cmd_output zsh -ic 'nvim -R </dev/stdin'
    map kitty_mod+a>v launch --type=overlay --stdin-source=@last_cmd_output zsh -ic 'wl-copy/pbcopy </dev/stdin'

    (kitty_mod mean Control+Shift)

    this is for vim/neovim but use emacsclient -nw for emacs or whatever else rock your boat

  3. Oh, yeah… Quand l’Invite de commandes de #Windows peut faire des choses bien, j’adore ! 😍

    Ici, il s’agissait de créer DEUX sous-dossiers en UNE SEULE fois.

    #MagicCommandLine #CommandLines

  4. I enjoy using @atuin to sync my computers history but i am not sure why i don't quite get the interactive part (probably because of not having the full keybinding)

    but it's flexible enough to be able to use fzf with it directly:

    atuin search|fzf --with-nth=3..-2 +s

    maybe i'll extend it to make it insert via zle to my command line directly

  5. Command line fans!

    You can post to your @writefreely blog on the Fediverse through the official Write Freely command line app:

    github.com/writeas/writeas-cli

    It's available for Linux, Mac and Windows.

    #FediTips #Fediverse #WriteFreely #Blog #Apps #CLI #CommandLine #CommandLines