{"id":21723151,"url":"https://github.com/theiskaa/nt","last_synced_at":"2025-07-27T17:06:29.209Z","repository":{"id":39492740,"uuid":"435812360","full_name":"theiskaa/nt","owner":"theiskaa","description":"A command line note taking application","archived":true,"fork":false,"pushed_at":"2024-10-27T06:02:52.000Z","size":362,"stargazers_count":22,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-04-12T22:04:07.888Z","etag":null,"topics":["cli","go","note-taking"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/theiskaa.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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}},"created_at":"2021-12-07T09:09:28.000Z","updated_at":"2025-04-09T13:01:36.000Z","dependencies_parsed_at":"2024-10-27T07:17:46.966Z","dependency_job_id":"7376c5f2-b72e-4a56-b206-8c2e1f73e300","html_url":"https://github.com/theiskaa/nt","commit_stats":null,"previous_names":["anonistas/notya","theiskaa/nt"],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theiskaa%2Fnt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theiskaa%2Fnt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theiskaa%2Fnt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theiskaa%2Fnt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/theiskaa","download_url":"https://codeload.github.com/theiskaa/nt/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248637772,"owners_count":21137538,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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","go","note-taking"],"created_at":"2024-11-26T02:37:20.902Z","updated_at":"2025-04-12T22:04:59.631Z","avatar_url":"https://github.com/theiskaa.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NT\n---\n\n\u003c!-- \u003cimg src=\"https://user-images.githubusercontent.com/59066341/162023376-061e09fd-f76e-47e2-99ab-735372746309.gif\" alt=\"Overview Vid\"\u003e --\u003e\n\n\n# Installation\nSee the [last release](https://github.com/theiskaa/nt/releases/latest), where you can find binary files for your ecosystem\n\n### Brew:\n```\nbrew install --build-from-source nt\n```\n\n### Curl:\n```\ncurl -sfL https://raw.githubusercontent.com/theiskaa/nt/main/install.sh | sh\n```\n\n# Usage\n\n### Help:\nRun `nt help` or `nt -h` to see default [help.txt](https://github.com/theiskaa/nt/wiki/help.txt). \u003cbr\u003e\n\nUse `nt [command] --help` for more information about a command.\n\n---\n\n### Settings (config):\nThe configuration file of **nt** is auto-generated, it'd be generated by `Init` command automatically whenever you run **nt** on your command line. \u003cbr\u003e\n**Refer to settings documentation for details - [Settings Wiki](https://github.com/theiskaa/nt/wiki/Settings)**\n\n---\n\n### Remote service integration:\nCurrently available remote service is only Firebase, looking forward to provide another ways of decentralizing remote connections. \u003cbr\u003e\n**Refer to [remote] command documentation for more - [Remote Wiki](https://github.com/theiskaa/nt/wiki/Remote)**\n\n---\n\n### Commands:\n- **[See all notes](https://github.com/theiskaa/nt/wiki/List)** - `nt list`\n- **[View note](https://github.com/theiskaa/nt/wiki/View)** - `nt view` or `nt view [name]`\n- **[Create node(file or folder)](https://github.com/theiskaa/nt/wiki/Create)** - `nt create` or `nt create [title]`\n- **[Make a directory](https://github.com/theiskaa/nt/wiki/Mkdir)** - `nt mkdir` or `nt md [name]`\n- **[Rename node(file or folder)](https://github.com/theiskaa/nt/wiki/Rename)** - `nt rename` or `nt rename [name]`\n- **[Edit note](https://github.com/theiskaa/nt/wiki/Edit)** - `nt edit` or `nt edit [name]`\n- **[Remove node(file or folder)](https://github.com/theiskaa/nt/wiki/Remove)** - `nt remove` or `nt rm [name]`\n- **[Copy note](https://github.com/theiskaa/nt/wiki/Copy)** - `nt copy`\n- **[Cut note](https://github.com/theiskaa/nt/wiki/Cut)** - `nt cut`\n- **[Fetch nodes(files and folders)](https://github.com/theiskaa/nt/wiki/Fetch)** - `nt fetch` or `nt pull`\n- **[Push nodes(files and folders)](https://github.com/theiskaa/nt/wiki/Push)** - `nt push`\n- **[Migrate Services(files and folders)](https://github.com/theiskaa/nt/wiki/Migrate)** - `nt migrate`\n- **[Manage Settings](https://github.com/theiskaa/nt/wiki/Settings)** - `nt settings`\n- **[Manage Remote Services](https://github.com/theiskaa/nt/wiki/Remote)** - `nt remote`\n\n# Contributing\nFor information regarding contributions, please refer to [CONTRIBUTING.md](https://github.com/theiskaa/nt/blob/develop/CONTRIBUTING.md) file.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheiskaa%2Fnt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftheiskaa%2Fnt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheiskaa%2Fnt/lists"}