nt
nt copied to clipboard
A decentralized notes application for your command line
In the current version, notya uses cobra's auto-generated help txt. To make it better look we should use our custom one. ### Something like: ``` _ _ ___ _____ __...
A clone command, that could be able to fetch a web page(from provided URL), convert it to pure text, and generate a note file automatically (appropriate to that file). **Example:**...
### Information - Machine: [e.g: MacBook Air - Apple Silicon M1] - OS: [MacOS Monterey 12.4] - Version [v.0.1.3] - The way you installed notya. ### Both installation ways gives...
A flag to `create` command. Which gonna create note, edit it via editor automatically and when you done with it, it gonna copy it automatically and remove. notya create --onetime...
The programmable command, which gonna be a command itself like ("alias", "short" etc...) and it gonna have a list of sub actions (identified with their names). Like: ``` notya short...
The current remote service availabilities are too slow. I mean writing and reading data from firestore is slow because of folders and connection requirements on each command. Integrating git to...
as the command line interface of this is going to be used by developers mostly, it will be a good idea to make command line arguments more like GitHub: -...