Score:0

is there a way to navigate in file system with comand line and using the arrow keys

cd flag

Sometimes I like to navigate direct in command line (without nautilus). But the need to use ls and then cd multiple times is uncomfortable. Is there some terminal app that automate this "ls cd" process and let us use the arrow keys to navigate select a directory to run the command "cd"????

FedKad avatar
cn flag
I think, you already know about Bash file name completion (using the TAB key) and also about some terminal file managers like `mc`.
Score:0
cn flag

Yes, this is possible, but you have to install an app. Here, I'd suggest the n³ terminal program. You can install it with sudo apt update && sudo apt install nnn. To launch the program, type nnn into your terminal and press Enter. You can have up to four current directories at once (so press 3 to go to the third one, for example). You navigate the directories with the arrow keys. Up/down switches what file is selected, the left arrow goes up in the directory tree (i.e., to the parent folder/closer to the root of the filesystem). The right arrow navigates into the selected directory (as does Enter). Q exits the program. You can get a list of keybinds by pressing ?.

I personally prefer just using cd, and I find getting used to it is better, as sooner or later you will probobly have to use a device that just has the standard utilities (e.g., cd, ls, etc.), and no terminal file manager. There are other terminal file managers, too. Just search for "terminal file manager".

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.