package
0.0.0-20240902051020-e8cc4db82781
Repository: https://github.com/syabil76/personalprojects.git
Documentation: pkg.go.dev
# README
A CLI tool that emulate linux commands on windows related to file making
[---------------------------------------------------------------------]
SIMPLE
a file tool made in go and my first cli tool!!!
---[COMMANDS]---
--h: shows COMMANDS
cat [file]: READS specified file, RETURNS ERROR if file not found
mousepad [file]: opens specified file RETURNS ERROR if file not found
touch [filename]: CREATES file with specified name with chmod 0666
rm [file]: DELETES file with specified name RETURNS ERROR if file not found
[---------------------------------------------------------------------]