Rip Is rm Improved
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Installation on Ubuntu¶
cargo install rm-improved
Or you can use the following command
if you use the tool xinstall.
Notice that xinstall automatically configures rip
to add a symbolic link to /usr/local/bin
.
xinstall rip -ic
Usage¶
Path in Rust
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Take Screenshot in Rust
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
scrap
scrap makes screen capture easy!
captrs
captrs is a library for cross-platform screen capture in Rust. Uses dxgcap for capture on Windows via the Desktop Duplication API, and X11Cap for …
Bat Is a Better Alternative to Cat
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Installation on Ubuntu¶
sudo apt-get install bat
Notice that the installed executable is batcat
(instead of bat
)!