{"id":13825263,"url":"https://github.com/oscardelben/sheet","last_synced_at":"2025-03-26T11:34:14.923Z","repository":{"id":2949567,"uuid":"3963132","full_name":"oscardelben/sheet","owner":"oscardelben","description":"Text snippets for the command line","archived":false,"fork":false,"pushed_at":"2023-01-09T22:14:07.000Z","size":73,"stargazers_count":266,"open_issues_count":7,"forks_count":11,"subscribers_count":12,"default_branch":"master","last_synced_at":"2025-03-21T18:11:15.556Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://oscardelben.github.com/sheet","language":"Ruby","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/oscardelben.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-04-08T07:53:27.000Z","updated_at":"2025-03-09T23:32:58.000Z","dependencies_parsed_at":"2023-01-13T12:11:43.009Z","dependency_job_id":null,"html_url":"https://github.com/oscardelben/sheet","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oscardelben%2Fsheet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oscardelben%2Fsheet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oscardelben%2Fsheet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oscardelben%2Fsheet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oscardelben","download_url":"https://codeload.github.com/oscardelben/sheet/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245644875,"owners_count":20649275,"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-08-04T09:01:17.460Z","updated_at":"2025-03-26T11:34:09.914Z","avatar_url":"https://github.com/oscardelben.png","language":"Ruby","readme":"# Sheet\n\nEasily create and access snippets of text from your terminal. `sheet` is\nyour own personal wiki.\n\n![Build status](https://secure.travis-ci.org/oscardelben/sheet.png)\n\n```bash\n\ngem install sheet\n```\n\nExamples:\n\n```bash\n\nsheet           # with no arguments it will just list all your sheets.\nsheet list      # lists all your sheets. Equivalent to running sheet with no arguments. Aliased to sheet ls.\nsheet git       # opens git sheet\nsheet new git   # creates git sheet\nsheet edit git  # edit git sheet\nsheet copy git  # Copies content of the sheet to the clipboard. Aliased to sheet cp\n```\n\nUse `sheet new \u003cterm\u003e` to create your first sheet. Useful for jotting\ndown commands that you use often but somehow never remember.\n\n### Opening urls\n\nFound a great cheat sheet *online* about jquery or your favorite\nlanguage? I've got you covered.\n\nWhen writing your snippet, you can use this special format to\nautomatically open a url when opening your sheet:\n\n```yaml\n\nurl: http://example/com\n```\n\nYou can open mulitple urls at once by specifying each url in a new line.\n\n```yaml\n\nurl: https://github.com/oscardelben\nurl: http://example.com\n```\n\nPlease note that to open urls, sheet will use the `open` command on mac\nos x and `xdg-open` in linux and `cygstart` in cygwin. Patches welcome\nfor other systems.\n\n### Copying sheets\n\nsheet will use either `pbcopy` or `xclip` to copy the content of a sheet\nto the clipboard, make sure you have one of those installed (or open an\nissue indicating another copy program).\n\n### Behind the scenes\n\n`sheet` stores your sheets in text files in the\n`~/.sheets` directory. You can go there and modify the files manually if you desire,\nor you can source them into version control and share them across\nmultiple systems.\n\nFor writing files, `sheet` looks for the `$EDITOR` global variable, and\nwill raise an error if no editor was found.\n\n### Contributing to sheet\n\n* Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet.\n* Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it.\n* Fork the project.\n* Start a feature/bugfix branch.\n* Commit and push until you are happy with your contribution.\n* Make sure to add tests for it. This is important so I don't break it in a future version unintentionally.\n* Please try not to mess with the Rakefile, version, or history. If you want to have your own version, or is otherwise necessary, that is fine, but please isolate to its own commit so I can cherry-pick around it.\n\n### Copyright\n\nCopyright (c) 2012 Oscar Del Ben. See LICENSE.txt for\nfurther details.\n\n","funding_links":[],"categories":["Ruby","others","Command-Line Productivity"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foscardelben%2Fsheet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foscardelben%2Fsheet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foscardelben%2Fsheet/lists"}