18
votes
5answers
2k views

Is there a file explorer/manager for the command line?

I would like to know if there is something like DOS interface for Ubuntu. I mean a "GUI" that can run from the console (for example if you are using Ubuntu Server). Some file explorer like Nautilus ...
0
votes
0answers
120 views

cant perform terminal commands despite having ncurses-bin

I am using Ubuntu 12.04 64 bit version. I am unable to use commands such as reset or clear in the terminal even though I have the ncurses-bin package installed. Here is the terminal output: ...
2
votes
1answer
373 views

How do I get to the options in nvlc?

I recently found out about the ncurses vlc command line interface, nvlc and tried to access the options with no success; the nvlc -option command as the help manual suggested didn't do anything I'm ...
1
vote
1answer
2k views

How to get screen size through python curses

I'm writing a terminal program and need to get the size of the TTY I'm using. The Internet seems to suggest this can be done with curses, but I can't seem to find out how in python. I'm trying to ...
1
vote
1answer
113 views

Is there any ncurses archiver interface available?

I am looking for a way to create archives on the commandline with some minimal ASCII interface. Could be for tar, zip or rar files, but should provide miniml ncurses (or other) "fake" graphical ...