{"id":31025810,"url":"https://github.com/ju1ius/clisnips","last_synced_at":"2025-09-13T17:16:45.179Z","repository":{"id":17704526,"uuid":"20510616","full_name":"ju1ius/clisnips","owner":"ju1ius","description":"A command-line snippets manager.","archived":false,"fork":false,"pushed_at":"2023-11-24T13:20:45.000Z","size":941,"stargazers_count":15,"open_issues_count":1,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-02T22:52:17.612Z","etag":null,"topics":["cli","python","snippets","tui"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ju1ius.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}},"created_at":"2014-06-05T03:34:47.000Z","updated_at":"2025-06-27T18:45:03.000Z","dependencies_parsed_at":"2023-11-13T06:26:33.041Z","dependency_job_id":null,"html_url":"https://github.com/ju1ius/clisnips","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/ju1ius/clisnips","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ju1ius%2Fclisnips","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ju1ius%2Fclisnips/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ju1ius%2Fclisnips/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ju1ius%2Fclisnips/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ju1ius","download_url":"https://codeload.github.com/ju1ius/clisnips/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ju1ius%2Fclisnips/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274997547,"owners_count":25387934,"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","status":"online","status_checked_at":"2025-09-13T02:00:10.085Z","response_time":70,"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","python","snippets","tui"],"created_at":"2025-09-13T17:16:42.748Z","updated_at":"2025-09-13T17:16:45.168Z","avatar_url":"https://github.com/ju1ius.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# clisnips\n\n\nclisnips is a command-line snippets manager.\n\n![xkcd/tar](http://imgs.xkcd.com/comics/tar.png)\n\nIt provides a graphical command-line user interface in which you can save, search and recall your commands.\n\n\n## Installation\n\nclisnips requires python 3.11 or higher.\n\n### 1. Install clisnips\n\nThe recommended way is to use [pipx](https://pypa.github.io/pipx/):\n```sh\npipx install clisnips\n```\n\n### 2. Install shell key-bindings\n\n```sh\n# For bash\nclisnips key-bindings bash\n# For zsh\nclisnips key-bindings zsh\n```\n\nThen:\n* Either open a *new* shell or source your shell rc file,\n* and type the `Alt+s` keyboard shortcut to open the snippets library.\n\n## Usage\n\nClisnips stores snippets in a local SQLite database,\nusing an FTS5 table to enable full-text search.\nThe search input accepts the whole [FTS5 full-text query syntax][fts5-ref].\n\nPlease have a look at [the docs][docs-folder] for getting started on\n[writing your own snippets][creating-snippets].\n\nYou may also read the [quick-tour][],\na small TOML file containing some example snippets.\nYou can import it in your snippets database by running:\n```sh\nclisnips import snippets/quick-tour.toml\n```\n\nIn addition to its TUI, clisnips comes with a bunch of other subcommands\nto help you manage your snippets. Please run `clisnips --help` to read the CLI documentation.\n\n\n[quick-tour]: https://github.com/ju1ius/clisnips/blob/master/snippets/quick-tour.toml\n[docs-folder]: https://github.com/ju1ius/clisnips/blob/master/docs/\n[creating-snippets]: https://github.com/ju1ius/clisnips/blob/master/docs/creating-snippets.md\n[fts5-ref]: https://www.sqlite.org/fts5.html#full_text_query_syntax\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fju1ius%2Fclisnips","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fju1ius%2Fclisnips","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fju1ius%2Fclisnips/lists"}