• 3 Posts
  • 89 Comments
Joined 1 year ago
cake
Cake day: July 6th, 2023

help-circle

  • I enjoyed reading the posts but if I try to take it seriously I can’t buy it. The argument stretches “Unix philosophy” so far that Lisp systems end up being a better fit for it than Unix itself. To me that just makes the whole thing lose meaning.

    Emacs doesn’t particularly fit the Unix philosophy and that’s fine! Emacs is a modern day Lisp machine that does an excellent job at integrating with Unix-like systems. It’s best to embrace and love it for what it is.

    I will go further and say that no GUI or TUI application fits into the Unix philosophy. This includes almost all text editors. I don’t consider Vim to be a better fit than Emacs and even vanilla vi is a major stretch unless you only run it in ex mode. The only text editor that more or less fits is ed.










  • donio@lemmy.worldtoEmacs@lemmy.mlUsing gopass with Emacs
    link
    fedilink
    arrow-up
    1
    ·
    edit-2
    4 months ago

    I am only a casual user of it but pass.el (also in MELPA) works for me. This is for the original pass but since gopass is highly compatible it seems to work for that too. It uses password-store.el under the hood so you’d do something like (setq password-store-executable "/path/to/gopass") to point it at the right executable.




  • donio@lemmy.worldtoLinux@lemmy.mlThe cost of maintaining Xorg
    link
    fedilink
    arrow-up
    20
    arrow-down
    1
    ·
    7 months ago

    Autotype is already solved - ydotool, wtype and dotool exists (and possibly others as well).

    These tools work by creating a virtual keyboard so they don’t let you send input to a specific window. The input goes to whatever happens to be focused at the moment. This makes them less reliable than the X11 equivalents and unusable for tasks where you need to guarantee that the right window gets the input.