BrokenGem
BrokenGem
If the program [termusic](https://github.com/tramhao/termusic) is running in mprocs, then mprocs will panic after exit zoom mode. It seems that other programs will not make mprocs panic. (Not sure if mprocs...
Mprocs can not send "Ctrl+h" signal to the programs running in it:   ("Ctrl+h" should open Help in termusic, but it does not work while termusic is running in...
Preview binary files in broot looks like this now:  How about make the preview_binary verb configurable? Let it execute an external command(something like bz(bandizip's cli) or 7z) and print...
### Version 0.4.1 ### Description I installed ouch in my alpine linux (on a VMware virtual machine) using cargo (with `cargo install ouch`) However it failed to create , extract...
Gnu tar has the ability to add new file(s) to existing archive file and remove file(s) from it (if not compressed). 
The program panic when I try coverting a page to svg(STATUS_ACCESS_VIOLATION): ``` use std::fmt::Display; use std::io::Write; use std::path::Path; use mupdf::document::Document; use mupdf::{Matrix, Page}; /// Renders each page in the PDF...
Now ATAC (version 0.15.1) must be given a working directory on startup.  IMHO, a tui application can use the default directory specified by the OS, i.e: | OS |...