Maybe? Run any command or script without a risk to loose your data
Maybe it’s a simple Python tool that allows you to run any console command without changing your local files. Actually your command runs as usual except system calls that are about to make changes to file system - maybe tool intercepts them and your files stay untouched. Recommended to find detailed description how it works on the project page on GitHub.
For example, you can see what happens when you want to create new file:
.. or run some script:
Installation
First you need to install pip. Download it from here (safely): https://pip.pypa.io/en/stable/installing/#id8 and then run
sudo python get-pip.py
Then install maybe with:
sudo pip install maybe
Now you can try maybe:
maybe touch new_file.txt
Enjoy!!!
Written with StackEdit.
Comments
Post a Comment