{"id":29523955,"url":"https://github.com/rochelvi/notion-cli","last_synced_at":"2026-04-20T03:36:41.583Z","repository":{"id":304669838,"uuid":"1018143062","full_name":"rochelvi/notion-cli","owner":"rochelvi","description":"notion-cli or clition is a simple command-line note manager with tags, search, and localization (English/Russian). All data is stored locally in ~/.local/share/notion_data.json.","archived":false,"fork":false,"pushed_at":"2025-07-14T13:36:51.000Z","size":26,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-07-14T17:34:11.583Z","etag":null,"topics":["cli-app","linux-app","notes","notes-app","productivity","programming"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rochelvi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-07-11T17:19:51.000Z","updated_at":"2025-07-14T13:36:54.000Z","dependencies_parsed_at":"2025-07-14T17:34:14.788Z","dependency_job_id":"71d055a5-bc93-462d-b063-a170502efa0a","html_url":"https://github.com/rochelvi/notion-cli","commit_stats":null,"previous_names":["rochelvi/notion-cli"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/rochelvi/notion-cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rochelvi%2Fnotion-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rochelvi%2Fnotion-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rochelvi%2Fnotion-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rochelvi%2Fnotion-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rochelvi","download_url":"https://codeload.github.com/rochelvi/notion-cli/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rochelvi%2Fnotion-cli/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32031922,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T00:18:06.643Z","status":"online","status_checked_at":"2026-04-20T02:00:06.527Z","response_time":94,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cli-app","linux-app","notes","notes-app","productivity","programming"],"created_at":"2025-07-16T18:09:17.457Z","updated_at":"2026-04-20T03:36:41.544Z","avatar_url":"https://github.com/rochelvi.png","language":"Python","readme":"# notion-cli\n\n**notion-cli** or **clition** is a simple command-line note manager with tags, search, and localization (English/Russian). All data is stored locally in `~/.local/share/clition/clition_data.json`.\n\n## Features\n\n- Create, rename, and delete notes\n- Add text and tags to notes\n- View and edit note content in your external editor (`nano`, `vim`, etc.)\n- Search by title, tags, and content\n- Show all notes\n- Automatic interface localization (based on system language)\n\n## Installation\n\n### Build\n\n```bash\n./build.sh\n```\n\n### Install\n\n- For current user:\n  ```bash\n  ./install.sh --user\n  ```\n- System-wide (requires sudo):\n  ```bash\n  ./install.sh\n  ```\n\n### Uninstall\n\n```bash\n./install.sh --remove\n```\n\n## Usage\n\n```bash\nclition --create \"Note title\"\nclition --rename \u003cold_title|id\u003e \u003cnew_title\u003e\nclition --remove \u003ctitle|id\u003e\nclition \u003ctitle|id\u003e --add \"Text\"\nclition \u003ctitle|id\u003e --tags tag1 tag2\nclition \u003ctitle|id\u003e --show\nclition \u003ctitle|id\u003e --edit\nclition --search \u003cquery\u003e\nclition --all\nclition --help\n```\n\n- To show all notes:\n  ```bash\n  clition --all\n  ```\n  or\n  ```bash\n  clition --search '*'\n  ```\n\n- To edit note content in your external editor:\n  ```bash\n  clition \u003ctitle|id\u003e --edit\n  ```\n  By default, the editor from the `EDITOR` environment variable is used (e.g., `nano`).\n\n## Data Storage\n\nAll notes are stored in:\n```\n~/.local/share/notion_data.json\n```\n\n## Localization\n\nThe interface language is automatically detected from the `LANG` environment variable. If translation is unavailable, English is used.\n\n## Dependencies\n\n- Python 3.x (mavbe you will need python3-venv to create isolated env) and Python3-dev\n- [pyinstaller](https://pypi.org/project/pyinstaller/) and binutils (for building, installs automatically in isolated environment) \n\n---\n\n## Contributing\n\nYou can create pull request in this project\n\n\n**This project is designed for local note management and does not require nor communicate with any external servers.**\n\n### What about creating installation packages?\nI will work on this!\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frochelvi%2Fnotion-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frochelvi%2Fnotion-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frochelvi%2Fnotion-cli/lists"}