home.social

#vifm — Public Fediverse posts

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

fetched live
  1. Ich habe mit #vifm mal wieder ein neues Texttool entdeckt: ein Dateimanager mit Vim Tastenkombinationen. Jetzt muss ich mir nur noch die merken...

    sebstein.hpfsc.de/2026/05/31/v

  2. Ich habe mit #vifm mal wieder ein neues Texttool entdeckt: ein Dateimanager mit Vim Tastenkombinationen. Jetzt muss ich mir nur noch die merken...

    sebstein.hpfsc.de/2026/05/31/v

  3. ¡Mierda!

    Entre #vifm y #yazi

    Excelentes administradores de archivos para la terminal, pero con filosofías distintas. La elección, depende de tu flujo de trabajo:

    Vifm:

    - Eres un usuario avanzado de Vim/Neovim y quieres atajos exactos.
    - Necesitas un diseño de panel doble.
    - Prefieres una interfaz sencilla y orientada puramente al teclado sin florituras visuales.

    Yazi:

    - Quieres una vista previa de imágenes, PDF y vídeos directamente en la terminal.
    - Buscas la máxima velocidad gracias a su motor basado en Rust.
    - Te gustan las interfaces modernas, renderizado asíncrono y soporte para múltiples pestañas.

    Pues los dos, porque se puede... o ninguno, porque prefieres GUI, todo es valido al final.

    #tui #cli #Rust #neovim

  4. ¡Mierda!

    Entre #vifm y #yazi

    Excelentes administradores de archivos para la terminal, pero con filosofías distintas. La elección, depende de tu flujo de trabajo:

    Vifm:

    - Eres un usuario avanzado de Vim/Neovim y quieres atajos exactos.
    - Necesitas un diseño de panel doble.
    - Prefieres una interfaz sencilla y orientada puramente al teclado sin florituras visuales.

    Yazi:

    - Quieres una vista previa de imágenes, PDF y vídeos directamente en la terminal.
    - Buscas la máxima velocidad gracias a su motor basado en Rust.
    - Te gustan las interfaces modernas, renderizado asíncrono y soporte para múltiples pestañas.

    Pues los dos, porque se puede... o ninguno, porque prefieres GUI, todo es valido al final.

    #tui #cli #Rust #neovim

  5. Te gustan usar programas #cli o #tui, Pues debiste probar ranger o mc, y tal vez #vifm ( si sabes vi/vim y demás, es lo tuyo, lo uso desde hace unos años) con sus iconos y su preview image respectivo, como Tux manda.

    Agrega la nerdfont de tu preferencia y en el vifmrc, dentro de .config/vifm/ , agregas las lineas, que muestran en este link q2a.vifm.info/269/how-to-add-i

    Crea dos scripts, dentro de la carpeta /scripts, dentro de .config/vifm, siguiendo esta wiki (si no te va a la primera, verifica la ruta de w3mimgdisplay, si decides usar w3m, para desplegar las imágenes, en mi caso '/usr/lib/w3m/w3mimgdisplay'., agregando las lineas respectivas al archivo vifmrc., en la seccion "Images ....fileviewer. ;-)

    ...
    #h4ckseed

  6. Te gustan usar programas #cli o #tui, Pues debiste probar ranger o mc, y tal vez #vifm ( si sabes vi/vim y demás, es lo tuyo, lo uso desde hace unos años) con sus iconos y su preview image respectivo, como Tux manda.

    Agrega la nerdfont de tu preferencia y en el vifmrc, dentro de .config/vifm/ , agregas las lineas, que muestran en este link q2a.vifm.info/269/how-to-add-i

    Crea dos scripts, dentro de la carpeta /scripts, dentro de .config/vifm, siguiendo esta wiki (si no te va a la primera, verifica la ruta de w3mimgdisplay, si decides usar w3m, para desplegar las imágenes, en mi caso '/usr/lib/w3m/w3mimgdisplay'., agregando las lineas respectivas al archivo vifmrc., en la seccion "Images ....fileviewer. ;-)

    ...
    #h4ckseed

  7. TIL about VIFM, a Vim-like file manager with a curses interface! 🎉 I was surprised to find plenty of YouTube tutorials to help get started.

  8. @chakuari No sorry, I am not using . Currently I am trying out as a

  9. Not sure when it happened, but opening a finder window today felt kinda unfamiliar, as I transitioned to shell, nerdtree and vifm, full time. Strange Realisation.

    #macos #finder #filemanager #vifm #nerdtree

  10. Prinzipiell ist #broot ein feiner Dateimanager für #Linux, aber dessen Dokumentation ist einfach Schrott. Um ihm abzugewöhnen PDFs immer mit #GIMP zu öffnen, habe ich mich mal eingelesen. Aber die Doku fängt schon mit einem Fehler an: dort steht als Beispiel "default_flags: -gh", doch damit erhält man beim Start des Programm nur ein "Unable to parse"-Error, weil das Minus "-" falsch ist. Ohne klappt es. Egal, ob definierte Verzeichnisse nach Datum zu sortieren oder eben PDFs mit #muPDF zu öffnen, alle meine Versuche in verschiedensten Varianten waren erfolglos. Ist natürlich Schade, so ein gutes Programm zu entwickeln und bei der Doku dann derartig zu pfuschen.

    Na gut, #vifm und #ranger reichen mir grundsätzlich natürlich ;-)

  11. This morning I have had a bliss moment when discovering the rename function in vifm (a folder explorer with vim keybindings, and a midnight/total commander philosophy) .

    On any file typing cw you dont have to retype the filename, you simply edit it.

    When using the CLI command mv, it can be tedious for autocompletion to retype the original name to be slightly modified when with multiple files have the same list of prefixes in their name

    #vifm #linux #cli

  12. This morning I have had a bliss moment when discovering the rename function in vifm (a folder explorer with vim keybindings, and a midnight/total commander philosophy) .

    On any file typing cw you dont have to retype the filename, you simply edit it.

    When using the CLI command mv, it can be tedious for autocompletion to retype the original name to be slightly modified when with multiple files have the same list of prefixes in their name

    #vifm #linux #cli

  13. Fun and folly to start the weekend. But, wait....your definition of "enjoyment" would be quite radically better and apt than mine. So, if you failed to get it, absolutely not your fault.

    youtu.be/mMcZ5mFeCzo

  14. Today's bug was a simple `vifm` bug: if you build it in the environment without `vim` or `perl` available you get non-working `:help` command.

    `nixpkgs` was such an environment.

    Proposed `nixpkgs` fix as github.com/NixOS/nixpkgs/pull/ and asked if `vifm` could fail the build instead of generating unusable help in github.com/vifm/vifm/issues/873

  15. Today's bug was a simple `vifm` bug: if you build it in the environment without `vim` or `perl` available you get non-working `:help` command.

    `nixpkgs` was such an environment.

    Proposed `nixpkgs` fix as github.com/NixOS/nixpkgs/pull/ and asked if `vifm` could fail the build instead of generating unusable help in github.com/vifm/vifm/issues/87

    #bug #vifm #nixpkgs

  16. was ist #vifm doch ein famoses stück software! 🙂

  17. was ist #vifm doch ein famoses stück software! 🙂

  18. @thelinuxcast Hi Matt, you can find my configuration here. It has gruvbox theme, icons support and image preview based on wezterm protocol or tool called viu, for other terminals
    github.com/Crandel/home/tree/m
    github.com/atanunq/viu#install

  19. @[email protected] + .
    Cloud Nine
    ErgoTKL keyboard and Kensington Expert trackball

  20. @dosnostalgic I threw away file managers when I switched to #zsh about a decade ago. Last ones of two pane kind I user I think were #vifm and sunrise commander (emacs package based around dired).

  21. @gnulinux
    Den guten, alten #mc, weil ich seit rund 30 Jahren mit Commander Filemanagern arbeite, angefangen mit dem Urgestein von Peter Norton unter DOS. Sich umgewöhnen ist schwer, aber mittlerweile nutze ich auf einigen Rechnern auch #nnn und #vifm.

  22. @gnulinux
    Den guten, alten #mc, weil ich seit rund 30 Jahren mit Commander Filemanagern arbeite, angefangen mit dem Urgestein von Peter Norton unter DOS. Sich umgewöhnen ist schwer, aber mittlerweile nutze ich auf einigen Rechnern auch #nnn und #vifm.

  23. Ich habe unter #Alpine #Linux das Problem, dass der Midnight Commander mc segfaulted. Schaue mich gerade nach einer Alternative um. Derzeit im Test: #vifm