yugaego 🌻 · @yugaego
23 followers · 136 posts · Server fosstodon.org

That's neat: hitting `(` in mode toggles the visibility of detailed information in the current buffer.

It calls function `dired-hide-details-mode`, to be more precise.

#dired #emacs #tips

Last updated 1 year ago

LisPi · @lispi314
668 followers · 14463 posts · Server mastodon.top

@publicvoit @timbray I bothered with not spacing right up until I noticed that at some point tab-completion had become a thing... like two decades ago (that I noticed, not sure if it became such earlier).

I promptly stopped caring after that. I eventually picked-up (and more specificaly ) which made it even less of an issue and also covered weird/corrupt characters that most shells don't handle properly.

#emacs #dired

Last updated 1 year ago

Alex · @stsquad
277 followers · 2145 posts · Server mastodon.org.uk

I've released v0.7 of -rsync for . I assume most people have been tracking but for those stable fans: bennee.com/~alex/blog/2023/07/

#dired #emacs #melpa

Last updated 1 year ago

Alex · @stsquad
276 followers · 2138 posts · Server mastodon.org.uk

While testing a pull request for -rsync I realised my tests were broken and I never noticed because I can no longer see stuff in travis. It took a bit of trial and error but I've converted it all to actions now and got everything running again. I'll see if I can do the same for edit with tomorrow.

#dired #ert #github #emacs

Last updated 1 year ago

chfkch :nixos: :rust: · @chfkch
125 followers · 2055 posts · Server ruhr.social

@summeremacs
you mean like and i think also in terminal does it? Sure why not

#exa #lsd #dired #emacs

Last updated 1 year ago

And now for the last one: I came up with an idea two days ago and announced it on /r/emacs. It's a colouring system for items in . Almost none of my programmer friends could figure out why I would want to colour files different, which is funny because I can't think of a perfect system which *doesn't* use colours like this.

But somebody made it for me and it's now available and it works great. 💖 Thank you Karthink!

Dired-Delight
github.com/karthink/dired-deli

#dired #emacs

Last updated 1 year ago

スパックマン クリス · @chris_spackman
222 followers · 3459 posts · Server twit.social

@zleap

If you are okay with apps, is great for this sort of thing.

You could also try rename (the perl version - it is "perl-rename" on . Something like

# perl-rename 's/:/-/g' *

and

# perl-rename 's/\./_/g' *

BUT, not sure if you need to escape the . or not in that second one.

If you use , would also let you do find and replace to bulk rename. Open a dired buffer in the folder, ctrl-x ctrl-q to make the buffer editable. C-c C-c to finish and rename.

#kde #krename #gentoo #emacs #dired

Last updated 1 year ago

Rodrigo García · @rgarcia
38 followers · 203 posts · Server mstdn.mx

Este quiero mostrarles... en realidad lo bueno está en la terminal arriba a la izquierda. ¿Vieron cuánta memoria; cuántos procesadores? 😉

Sí, también hay con y un panel que estoy haciendo con y todo gestionado por .

#viernesdeescritorio #emacs #dired #inkscape #i3

Last updated 1 year ago

yugaego 🌻 · @yugaego
11 followers · 64 posts · Server fosstodon.org

finding of the day:
when in mode, hitting `Z` (un)compresses a file or directory.

Quick docstring lookup with `C-h f dired-do-compress` says

```
Compress or uncompress marked (or next ARG) files.
If invoked on a directory, compress all of the files in
the directory and all of its subdirectories, recursively,
into a .tar.gz archive.
If invoked on a .tar.gz or a .tgz or a .zip or a .7z archive,
uncompress and unpack all the files in the archive.
```

It came in handy today!

#emacs #dired

Last updated 1 year ago

David Wilson · @daviwil
1788 followers · 1179 posts · Server fosstodon.org

🔴 Today on Live, we'll explore the depths of Emacs' Dired feature to see if we can discover some of its lesser-known capabilities. We'll try to figure out bulk file operations, file previews, advanced Dired buffer tricks, and more.

Let's figure out how to use this package properly!

Join us on YouTube or Twitch:

- youtube.com/live/h6ZssDbEt4A
- twitch.tv/SystemCrafters
- systemcrafters.net/live-stream

🕐 in your time zone: time.is/compare/1800_in_Athens

#systemcrafters #gnu #emacs #dired #freesoftware

Last updated 1 year ago

MitchMarq42 · @mitchmarq42xyz
61 followers · 531 posts · Server emacs.ch

I can't believe that doesn't auto-update

#dired

Last updated 2 years ago

Choan Gálvez 🐐 · @choanmusic
158 followers · 942 posts · Server mstdn.social

#dired #magit

Last updated 2 years ago

(webdev Tory) :emacs: · @worldsendless
285 followers · 2475 posts · Server qoto.org

Finalizing a project, with and was the right tool for bulk replacing per-file CSS orys.us/uL

#emacs #dired #kmacros

Last updated 2 years ago

Aaron W. Swenson · @TitanOfOld
5 followers · 36 posts · Server mastodon.social

In Windows, there's an easy way to print documents from the file browser. I was hoping to find a similar method in Linux. There isn't really. I could write a brief Bash script to do the job, but that's excessive. There were add-ons for Dolphin that didn't work for me. Enter with . Just mark the files you want, then "P" to send them to the print command lpr. It may complain about no default. Get a list of printers `lpstat. lpstat -p -d and `lpoptions -d <printer>` to set the default.

#emacs #dired

Last updated 2 years ago

LisPi · @lispi314
115 followers · 1861 posts · Server mastodon.top

@rysiek
I'm amused not to see it here yet, but my favorite code editor and system shell should count. :3

One can use it for managing files (), listening to music and watching videos (), interacting with (), interacting with one's () or coding. All through a built-in scripting language called .

savannah.gnu.org/projects/emac

Less cheekily, git.sr.ht/~niklaseklund/detach is cool, it's like screen/tmux+ssh for Emacs, to run detached programs remotely.

#gnu #emacs #dired #emms #usenet #email #emacslisp #mu4e #gnus

Last updated 2 years ago

Karl Voit :emacs: :orgmode: · @publicvoit
1833 followers · 13236 posts · Server graz.social

#emacs #dired #spellchecking

Last updated 2 years ago

Debacle · @debacle
338 followers · 40 posts · Server framapiaf.org

That's a thing:

(setq dired-dwim-target t)

#dowhatimean #dwim #dired #emacs

Last updated 2 years ago

Alex · @stsquad
246 followers · 1886 posts · Server mastodon.org.uk

It's been a long slow day wading through stuff for $DAYJOB so it was nice to unwind with a little bug fix for that kills two bugs in one patch: github.com/stsquad/dired-rsync

#elisp #dired #rsync

Last updated 2 years ago

Debacle · @debacle
326 followers · 50 posts · Server framapiaf.org

Recently, I learned about . Think , but for processes. Very nice replacement for ps, top, kill...

Only limitation: It seems to work locally only, not over . That would be yet another wizardry 🙂

#emacs #tramp #dired #proced

Last updated 2 years ago

Bas Alberts :emacs: · @anticomputer
721 followers · 392 posts · Server emacs.ch

Emacs is such a wonderful journey of "hrmm I wonder if that ... works ... sure does!" sometimes ... open a directory with dired and tramp over ssh via /ssh:host:/path/ and directory has a .tar.gz in it ... "hrmm ... I wonder" ... press RET on the tarball ... oh lordy that worked ... press RET on a file INSIDE the tarball ... oh sheesh that worked too <3

#emacs #dired #trampmode

Last updated 2 years ago