this post was submitted on 22 Apr 2022
19 points (100.0% liked)

Linux

47362 readers
907 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
19
submitted 2 years ago* (last edited 2 years ago) by TheKernalBlog@lemmy.ml to c/linux@lemmy.ml
top 24 comments
sorted by: hot top controversial new old
[–] nachtigall@feddit.de 7 points 2 years ago (3 children)

Can someone explain me the advantage(s) of a terminal file manager? I feel like anything such a file manager could do, can be achieved faster with mv, cp, rename, ...

[–] TheKernalBlog@lemmy.ml 4 points 2 years ago

I personally like to use regular command line tools (cd, mkdir, mv, ls, etc.) but there are many cases where a terminal file manager comes in handy. When working with a large number of files, having a simple list is a lot easier than reading all of the filenames and opening them. Plus, if you're like me and choose to use a POSIX shell, managing files with terminal commands is hell when you have long filenames.

[–] iortega@lemmy.eus 3 points 2 years ago (1 children)

I feel like it is faster.

However, my aim was to have a system that could be used without a mouse. Why? because I had neither a mouse nor a touchpad.

[–] ree@lemmy.ml 2 points 2 years ago
[–] projjalm@lemmy.ml 2 points 2 years ago

It's more intuitive to manages files with commands actually.

[–] projjalm@lemmy.ml 5 points 2 years ago (2 children)

The thing is, the modern OSes and programs have made mouse so compulsory that you can't really escape it. For instance, if you use a lot of creative software on your PC, can you avoid using a mouse? No. Playing games? No. Making games? No. Browsing the web? You can, but sometimes you can't because of it's noisy and complicated nature.

Btw, if you're on firefox, add this extension if you want to browse keyboard-only "most of the time".

[–] oggy@lemmy.ml 4 points 2 years ago

We tend to think that a pc is used for everything, there are specific cases where a pc is only used for one particular purpose. Or environments where the administrator doesn't give you the choice.

[–] americanwaste@lemmy.ml 2 points 2 years ago (1 children)

The author mentioned this at the end of the article, specifically around those counter examples you raised.

While there are cases where having a mouse would be useful, (Gaming, 3D Modeling, etc.) but for most people, with some change to their workflow, they can become completely obsolete.

[–] projjalm@lemmy.ml 1 points 2 years ago* (last edited 2 years ago) (1 children)

Yeah, I know that but what was I trying to say that those counter examples have the most popularity when it comes to end-users using their computers.

[–] americanwaste@lemmy.ml 2 points 2 years ago (1 children)

I don't think you're disagreeing with the point the author made in their article.

[–] oggy@lemmy.ml 1 points 2 years ago

I don't disagree, besides I find warpd very interesting, I don't know, it makes me think of using qutebrowser

[–] iortega@lemmy.eus 4 points 2 years ago* (last edited 2 years ago) (1 children)

I use dwm. I use Vimium on firefox. I use cmus. I use vifm. I use mpv and feh. And of course, I use both Emacs and Neovim. Newsboat for rss. The only thing, email client: currently Claws. I'm not too comfortable with terminal or emacs email clients. But that might change soon. I also have a bunch of scripts I use for keyboard-driven usage of my system. It's not enough with those 5 types of software you mentioned. You need to optimize everything for the keyboard. Something I really miss from every distro, because not a single one does this, afaik.

[–] ree@lemmy.ml 2 points 2 years ago* (last edited 2 years ago) (1 children)

Honestly I think it's all about balance.

Some interactions are much easier with a mouse. Other thrives with keyboards.

I wish there was an easy way to have mail within emacs. Everytime I'm drawn to it I'm lost in all the alternatives and each configuration seem quite complexe to implement

[–] americanwaste@lemmy.ml 2 points 2 years ago (1 children)

I haven't used emacs for mail but I was a huge mutt user back in the day before I surrendered to using Outlook at work (employer blocks IMAP on our Exchange Online instance and I didn't want to go through the hassle of getting it permitted for my personal mailbox). I'd check that out, the config is pretty easy and you can search github/gitlab for other people's configs to get you started.

I had multiple mailboxes mapped to the function keys, F2 for primary mail, F3 for work, etc., it worked beautifully.

[–] ree@lemmy.ml 3 points 2 years ago

Ha yes. I've used mutt sporadically before. Nice soft.

I've just remembered that my employer will go exchange only before summer :/ it was nice while it lasted.

[–] hamfandango@lemmygrad.ml 4 points 2 years ago* (last edited 2 years ago) (1 children)

On a side note, is the trackpoint (the thinkpad's red nipple) pattented? I know some dell's have it, so I imagine they aren't.

I would love to have third party keyboards with this type of integrated pointer device. That or some sort of tracball, which, by the way, are a great alternative to a mouse. Have been using them for 4 years now and never looked back.

[–] americanwaste@lemmy.ml 2 points 2 years ago

It is, I believe Lenovo has the patent on it, and Dell/Toshiba either license the patent or have their own implementation to get around it. Unicomp used to ship a track-point like pointer on some of their keyboards but it's not as smooth or accurate compared to the Thinkpad ones.

[–] OsrsNeedsF2P@lemmy.ml 4 points 2 years ago
[–] aronkvh@lemmy.ml 1 points 2 years ago
[–] Amicchan@lemmy.ml 1 points 2 years ago (1 children)

What about a game controller?

[–] TheKernalBlog@lemmy.ml 2 points 2 years ago

I hate it, but it could work.

[–] oggy@lemmy.ml 1 points 2 years ago* (last edited 2 years ago) (1 children)

Howto make a meme with system mouse free ?

I like gnu-linux as an EDI but I think for me is better to see my images with Ranger by example. You can open images with zsh an alias suffixes like :

alias -s png=sxiv #=\t -> Afficher une image png. Taper juste le nom. ex : oggy.png
alias -s jpg=sxiv  #=\t -> Afficher une image jpg. Taper juste le nom.\n 

but you have to do it one by one, right? what do you think, did you find another way?

[–] ree@lemmy.ml 2 points 2 years ago (1 children)

i'm not sure what you want to do. AFAIK ranger display images directly if you have feh installed.

[–] oggy@lemmy.ml 1 points 2 years ago

My case in point was being able to quickly view images in a folder, with ranger it's simpler, I think I'm in the wrong thread. It was about Can someone explain to me the advantage(s) of a terminal file manager? https://lemmy.ml/post/240164/comment/165720