home.social

#cmdline — Public Fediverse posts

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

fetched live
  1. @UmWerker

    Das mit den listen sagt mir zwar nix. Gegen nervige Einrück Probleme steht vorallem das hier in meinen dotfiles. Kann das meiste zwar nicht erklären, aber vielleicht hilft ja was davon.

    set autoindent
    set nosmartindent
    set nocindent
    set indentexpr=
    set indentkeys=
    filetype indent plugin off
    filetype indent off
    autocmd BufNew,BufNewFile,BufRead *, set indentkeys= indentexpr=

    #vi #vim #dotfiles #config #cmdline

  2. @UmWerker

    Das mit den listen sagt mir zwar nix. Gegen nervige Einrück Probleme steht vorallem das hier in meinen dotfiles. Kann das meiste zwar nicht erklären, aber vielleicht hilft ja was davon.

    set autoindent
    set nosmartindent
    set nocindent
    set indentexpr=
    set indentkeys=
    filetype indent plugin off
    filetype indent off
    autocmd BufNew,BufNewFile,BufRead *, set indentkeys= indentexpr=

    #vi #vim #dotfiles #config #cmdline

  3. Who do you usually ping?

    …when you need to spontaneously check if you can see the WAN from the #cmdLine of a system.

    For me it's usually ping cnn.com.

    I guess it was cuz it is short and quick. I've been using that for at least 28yrs. Just tradition now. I hope they don't stop responding to ICMP requests. lol

    #ping #icmp

  4. Who do you usually ping?

    …when you need to spontaneously check if you can see the WAN from the #cmdLine of a system.

    For me it's usually ping cnn.com.

    I guess it was cuz it is short and quick. I've been using that for at least 28yrs. Just tradition now. I hope they don't stop responding to ICMP requests. lol

    #ping #icmp

  5. It's like M-x occur inside #emacs but built into #less. Since I learned about it from the man page, I profited from it so many times. Maybe you can profit too?

    #cmdline #linux

  6. Did you ever wish to narrow down the content that you are currently looking at in the less pager to lines matching a regular expression?

    Turns out that pressing '&' and entering the regexp is all that is required to do this.

    Just use an empty regexp to widen the view again, i.e. '&<enter>'

    You are welcome! 😉

    #linux #cmdline #less

  7. Did you ever wish to narrow down the content that you are currently looking at in the less pager to lines matching a regular expression?

    Turns out that pressing '&' and entering the regexp is all that is required to do this.

    Just use an empty regexp to widen the view again, i.e. '&<enter>'

    You are welcome! 😉

    #linux #cmdline #less

  8. Die Uhrzeit meiner Sony Digicam war offensichtlich verstellt und damit sind die Bilder von unterschiedlichen Kameras (Handys und Digicam) in einem Ordner jetzt nicht mehr korrekt sortiert. Erst die falsche Uhrzeit (Sony) mit einer korrekten Uhrzeit (Handy) fotografieren, um den Offset zu dokumentieren. Bei mir waren das 32 Minuten Nachlauf. Und dann einfach:

    exiftool -overwrite_original -DateTimeOriginal+='0:0:0 0:32:0' DSC044*

    Fixed ✅ Dann noch die Uhr korrigieren.

    #exiftool #jpeg #cmdline

  9. #today I have a question. anyone know if there is a way to paste a long ish command into putty? I'm not spelling it right, it is spoken I think "poo TTY" or that's how my screen reader speaks it. #Consoul #CmdLine

  10. Ich musste heute eine Mailingliste um Dubletten bereinigen. Habe reflexartig Excel gestartet und die Mailadressen reinkopiert. Und bin kurz drauf gescheitert. Unixpower to the rescue: „uniq mails.txt mails_uniq.txt“. Wenige Sekunden später habe ich eine bereinigte Mailingliste gehabt. #macos #cmdline #shell #unixpower #thepowerofthecommandshell

  11. lnav (https://lnav.org/) is brilliant!

    If you have to wade through log files in the terminal, like you sometimes do, this tool is indispensible. I can filter and zoom in on exactly the stuff I'm interested in, and even run SQL queries against the log!

    #terminal #logfile #analysis #cmdline #cli
  12. @borko I totally get that and as I grow older I totally sympathize with the idea. I really adore the way cmdline programs declutter your screen. Also they dont "change" as much and you are not required to use the mouse for them.

    For me personally its not possible as a standalone computer to go cmdline only.