▲ 115 ▼ What's the point of terminal file managers (mc, ranger, nnn, etc)? (programming.dev) submitted 2 years ago by tatterdemalion@programming.dev to c/linux@lemmy.ml 77 comments fedilink hide all child comments Who are these for? People who use the terminal but don't like running shell commands? OK sorry for throwing shade. If you use one of these, honestly, what features do you use that make it worthwhile?
[+] KseniyaK@lemmy.ca 8 points 2 years ago* (last edited 2 years ago) (2 children) [deleted] permalink fedilink source hideshow 4 child comments replies: [–] GlenTheFrog@lemmy.ml 7 points 2 years ago (1 child) Have you looked into Autojump? It works with bash and zsh and is even faster than using a terminal file manager if you've already visited the directory before permalink fedilink source parent hideshow 2 child comments replies: [–] theshatterstone54@feddit.uk 1 point 2 years ago (1 child) I still kinda don't see the point. Like, typing cd /usr/share/xsessions is not that much slower than j xsessions or however it would work. Also, how does it actually work? What if I visit both $HOME/backgrounds and /usr/share/backgrounds very often? permalink fedilink source parent hideshow 2 child comments replies: [–] GlenTheFrog@lemmy.ml 1 point 2 years ago* (2 children) It's for when you have really nested directories. It happens especially when you're working in a file space used by others. I used to have a folder I would often reach called /media/nas/documents/personal/school/foo/bar/foobar2001/projectA I ended up going back to that project so many times, I could just do j projectA and get there from anywhere. "Why not use a symlink?" I hear you say. Well it's because I often have to go to projectB or another which was in another really nested dir. Or I needed to jump to another directory which was equally as nested, and only had to use it frequently for like a week or so. Making and deleting symlinks all the time wasn't practical. Not to mention some software doesn't properly follow symlinks permalink fedilink source parent hideshow 4 child comments replies: [–] saigot@lemmy.ca 2 points 2 years ago What I usually do for that sort of thing is define some variables that go to my most visited. permalink fedilink source parent [–] theshatterstone54@feddit.uk 1 point 2 years ago Aliases? That could work quite well imo, and I have some to launch my most frequently opened config files, such as my qtile config alias qtile-conf="nvim ~/.config/qtile/config.py" permalink fedilink source parent [–] CjkOvPDwQW@lemmy.pt 1 point 2 years ago (2 children) How do you mount the GDrive ? What app allows you that ? I know gnome allows it but since moving to sway I gave up on it permalink fedilink source parent hideshow 4 child comments replies: [–] AnonStoleMyPants@sopuli.xyz 2 points 2 years ago Rsync can do this. permalink fedilink source parent [+] KseniyaK@lemmy.ca 2 points 2 years ago* (last edited 2 years ago) [deleted] permalink fedilink source parent
[–] GlenTheFrog@lemmy.ml 7 points 2 years ago (1 child) Have you looked into Autojump? It works with bash and zsh and is even faster than using a terminal file manager if you've already visited the directory before permalink fedilink source parent hideshow 2 child comments replies: [–] theshatterstone54@feddit.uk 1 point 2 years ago (1 child) I still kinda don't see the point. Like, typing cd /usr/share/xsessions is not that much slower than j xsessions or however it would work. Also, how does it actually work? What if I visit both $HOME/backgrounds and /usr/share/backgrounds very often? permalink fedilink source parent hideshow 2 child comments replies: [–] GlenTheFrog@lemmy.ml 1 point 2 years ago* (2 children) It's for when you have really nested directories. It happens especially when you're working in a file space used by others. I used to have a folder I would often reach called /media/nas/documents/personal/school/foo/bar/foobar2001/projectA I ended up going back to that project so many times, I could just do j projectA and get there from anywhere. "Why not use a symlink?" I hear you say. Well it's because I often have to go to projectB or another which was in another really nested dir. Or I needed to jump to another directory which was equally as nested, and only had to use it frequently for like a week or so. Making and deleting symlinks all the time wasn't practical. Not to mention some software doesn't properly follow symlinks permalink fedilink source parent hideshow 4 child comments replies: [–] saigot@lemmy.ca 2 points 2 years ago What I usually do for that sort of thing is define some variables that go to my most visited. permalink fedilink source parent [–] theshatterstone54@feddit.uk 1 point 2 years ago Aliases? That could work quite well imo, and I have some to launch my most frequently opened config files, such as my qtile config alias qtile-conf="nvim ~/.config/qtile/config.py" permalink fedilink source parent
[–] theshatterstone54@feddit.uk 1 point 2 years ago (1 child) I still kinda don't see the point. Like, typing cd /usr/share/xsessions is not that much slower than j xsessions or however it would work. Also, how does it actually work? What if I visit both $HOME/backgrounds and /usr/share/backgrounds very often? permalink fedilink source parent hideshow 2 child comments replies: [–] GlenTheFrog@lemmy.ml 1 point 2 years ago* (2 children) It's for when you have really nested directories. It happens especially when you're working in a file space used by others. I used to have a folder I would often reach called /media/nas/documents/personal/school/foo/bar/foobar2001/projectA I ended up going back to that project so many times, I could just do j projectA and get there from anywhere. "Why not use a symlink?" I hear you say. Well it's because I often have to go to projectB or another which was in another really nested dir. Or I needed to jump to another directory which was equally as nested, and only had to use it frequently for like a week or so. Making and deleting symlinks all the time wasn't practical. Not to mention some software doesn't properly follow symlinks permalink fedilink source parent hideshow 4 child comments replies: [–] saigot@lemmy.ca 2 points 2 years ago What I usually do for that sort of thing is define some variables that go to my most visited. permalink fedilink source parent [–] theshatterstone54@feddit.uk 1 point 2 years ago Aliases? That could work quite well imo, and I have some to launch my most frequently opened config files, such as my qtile config alias qtile-conf="nvim ~/.config/qtile/config.py" permalink fedilink source parent
[–] GlenTheFrog@lemmy.ml 1 point 2 years ago* (2 children) It's for when you have really nested directories. It happens especially when you're working in a file space used by others. I used to have a folder I would often reach called /media/nas/documents/personal/school/foo/bar/foobar2001/projectA I ended up going back to that project so many times, I could just do j projectA and get there from anywhere. "Why not use a symlink?" I hear you say. Well it's because I often have to go to projectB or another which was in another really nested dir. Or I needed to jump to another directory which was equally as nested, and only had to use it frequently for like a week or so. Making and deleting symlinks all the time wasn't practical. Not to mention some software doesn't properly follow symlinks permalink fedilink source parent hideshow 4 child comments replies: [–] saigot@lemmy.ca 2 points 2 years ago What I usually do for that sort of thing is define some variables that go to my most visited. permalink fedilink source parent [–] theshatterstone54@feddit.uk 1 point 2 years ago Aliases? That could work quite well imo, and I have some to launch my most frequently opened config files, such as my qtile config alias qtile-conf="nvim ~/.config/qtile/config.py" permalink fedilink source parent
[–] saigot@lemmy.ca 2 points 2 years ago What I usually do for that sort of thing is define some variables that go to my most visited. permalink fedilink source parent
[–] theshatterstone54@feddit.uk 1 point 2 years ago Aliases? That could work quite well imo, and I have some to launch my most frequently opened config files, such as my qtile config alias qtile-conf="nvim ~/.config/qtile/config.py" permalink fedilink source parent
[–] CjkOvPDwQW@lemmy.pt 1 point 2 years ago (2 children) How do you mount the GDrive ? What app allows you that ? I know gnome allows it but since moving to sway I gave up on it permalink fedilink source parent hideshow 4 child comments replies: [–] AnonStoleMyPants@sopuli.xyz 2 points 2 years ago Rsync can do this. permalink fedilink source parent [+] KseniyaK@lemmy.ca 2 points 2 years ago* (last edited 2 years ago) [deleted] permalink fedilink source parent
[–] AnonStoleMyPants@sopuli.xyz 2 points 2 years ago Rsync can do this. permalink fedilink source parent
[+] KseniyaK@lemmy.ca 2 points 2 years ago* (last edited 2 years ago) [deleted] permalink fedilink source parent