Skip to content

Latest commit

 

History

History
43 lines (37 loc) · 874 Bytes

README.md

File metadata and controls

43 lines (37 loc) · 874 Bytes

erm

Erm file handling tool for linux is a powerfull application that handles tasks like creating, editing, deleting and many more easily and conveniently

Features

  • Create files
  • Replace file
  • Append file
  • Delete files
  • rename file
  • merge files
  • Get details of a file

Installing and requirements

Installation of erm requires root permissions.

Required dependencies - git
if git is not installed use

sudo apt-get install git -y

to install git.

Installing (Debian/Termux):

git clone https://github.com/Abe0770/erm.git
cd erm
chmod u+x install.sh
sudo ./install.sh

Uninstalling

cd erm
chmod u+x uninstall.sh
sudo ./uninstall.sh

Future includes

Version: 1.10: Copying and Moving files