├── .gitignore ├── LICENSE ├── README.md ├── requirements.txt └── tnote /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasdikrahman/tnote/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasdikrahman/tnote/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasdikrahman/tnote/HEAD/README.md -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasdikrahman/tnote/HEAD/requirements.txt -------------------------------------------------------------------------------- /tnote: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tasdikrahman/tnote/HEAD/tnote --------------------------------------------------------------------------------