{"id":16861238,"url":"https://github.com/rumpl/c","last_synced_at":"2025-06-15T11:39:41.298Z","repository":{"id":3978626,"uuid":"5074078","full_name":"rumpl/c","owner":"rumpl","description":"Add comments on any file or folder.","archived":false,"fork":false,"pushed_at":"2021-04-07T00:07:03.000Z","size":51769,"stargazers_count":3,"open_issues_count":6,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-05-12T15:37:10.198Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/rumpl.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-MIT","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-07-16T21:58:14.000Z","updated_at":"2022-01-07T12:28:54.000Z","dependencies_parsed_at":"2022-09-08T06:50:24.679Z","dependency_job_id":null,"html_url":"https://github.com/rumpl/c","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/rumpl/c","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rumpl%2Fc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rumpl%2Fc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rumpl%2Fc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rumpl%2Fc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rumpl","download_url":"https://codeload.github.com/rumpl/c/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rumpl%2Fc/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259967858,"owners_count":22939538,"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":[],"created_at":"2024-10-13T14:30:37.299Z","updated_at":"2025-06-15T11:39:41.274Z","avatar_url":"https://github.com/rumpl.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# c\n\n## Project information\n\nWrite, view, edit and delete comments on files and directories, all from the command line.\n\nAuthored by [Djordje Lukic](lukic.djordje@gmail.com). \u003cbr\u003e\nOriginal idea by [Jonovono](https://github.com/Jonovono/c).\n\n---\n\n## Installation\n\nInstall the module globally with `npm install c -g`.\n\n---\n\n## Commands\n\n    Usage: c [-l  | list \u003cDIRECTORY|FILE\u003e]\n             [-rm | remove \u003cDIRECTORY|FILE\u003e]\n             [-s  | set \u003cDIRECTORY|FILE\u003e \u003cCOMMENT\u003e]\n             [-h  | help]\n             [-v  | version]\n\n    Options:\n      list    | -l     Lists all the comments for the specified directory.\n      set     | -s     Sets or overwrites a new comment for the file|directory.\n      remove  | -rm    Deletes the comment for the file|directory.\n      help    | -h     Shows the help menu.\n      version | -v     States the version.\n\n---\n\n## Usage\n\n### `-s` or `set` **and** `-l` or `list`\n\n![Setting and listing comments gif](http://raw.githubusercontent.com/rumpl/c/master/resources/ListandSet.gif)\n\n#### **Example:**\n\n    $ c set . \"What a great utility!\"\n    $ c list .\n\n#### **Output:**\n\n    \"What a great utility!\" was applied to \".\" successfully.\n\n    ./           What a great utility!\n    ../\n    SomeDir/\n    SomeFile.ext\n\n#### **Example:**\n\n    $ c -s someDir \"Another comment\"\n    $ c -l .\n\n#### **Output:**\n\n    \"Another comment\" was applied to \"someDir\" successfully.\n\n    ./           What a great utility!\n    ../\n    SomeDir/     Another comment\n    SomeFile.ext\n\n---\n\n### `-rm` or `remove`\n\n![Removing comments gif](http://raw.githubusercontent.com/rumpl/c/master/resources/Deleting.gif)\n\n#### **Example:**\n\n    $ c remove someDir\n    $ c list .\n\n#### **Output:**\n\n    someDir comment was deleted successfully.\n\n    ./           What a great utility!\n    ../\n    SomeDir/\n    SomeFile.ext\n\n---\n\n### `-v` or `version` **and** `-h` or `help`\n\n![Alternative operations gif](http://raw.githubusercontent.com/rumpl/c/master/resources/other.gif)\n\n---\n\n### Operating in child and parent directories\n\n![Complex usage demo gif](http://raw.githubusercontent.com/rumpl/c/master/resources/NestedWorking.gif)\n\n## Releasing\n\nTo release a new version of `c` simply do:\n\n```\n$ git tag -a vVERSION -m \"Version VERSION\"\n# For example:\n$ git tag -a v1.0.0 -m \"Version 1.0.0\"\n```\n\nThis will create a new release on github and publish the package on npm\n\n## License\n\nMIT: http://rumpl.mit-license.org\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frumpl%2Fc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frumpl%2Fc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frumpl%2Fc/lists"}