Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

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 interface. I tried with midnight commander but could not find an entry in the menu to create an archive from selected files.

Also great would be to have an option "archive and test" or even better "arcive and test and delete originals on success".

share|improve this question
It's not ncurses, but have you tried p7zip? – zpletan Nov 14 '11 at 13:05
zpletan, thank you. Yes, to use p7zip is a good idea if I have a gui. But in this question I am really looking for something to use when working on a remote terminal session. – mit Nov 15 '11 at 18:44
p7zip (really the 7z command from the p7zip-full package) has always worked great for me in a terminal. It's just that if you're looking to emulate a GUI in the terminal via ncurses, that's not the way to go. 7z doesn't require a GUI at all. – zpletan Nov 15 '11 at 19:20

1 Answer

It seems no one has written such a software so far.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.