{"id":19926510,"url":"https://github.com/anoopkcn/clip","last_synced_at":"2026-06-09T08:31:14.812Z","repository":{"id":129878404,"uuid":"163799666","full_name":"anoopkcn/clip","owner":"anoopkcn","description":":paperclip: A command line reference manager, written in GO","archived":false,"fork":false,"pushed_at":"2019-01-07T13:03:23.000Z","size":68,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-01T10:44:18.382Z","etag":null,"topics":["arxive","crossref","dblp","dissemin","doi","golang","papers","research"],"latest_commit_sha":null,"homepage":"","language":"Go","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/anoopkcn.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}},"created_at":"2019-01-02T05:52:02.000Z","updated_at":"2020-12-07T15:25:26.000Z","dependencies_parsed_at":null,"dependency_job_id":"fc49a229-ed0a-4a04-a62e-e8f2378bb984","html_url":"https://github.com/anoopkcn/clip","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/anoopkcn/clip","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anoopkcn%2Fclip","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anoopkcn%2Fclip/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anoopkcn%2Fclip/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anoopkcn%2Fclip/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anoopkcn","download_url":"https://codeload.github.com/anoopkcn/clip/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anoopkcn%2Fclip/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34098806,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-09T02:00:06.510Z","response_time":63,"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":["arxive","crossref","dblp","dissemin","doi","golang","papers","research"],"created_at":"2024-11-12T22:29:31.905Z","updated_at":"2026-06-09T08:31:13.976Z","avatar_url":"https://github.com/anoopkcn.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CLIP : \"Under Development: Users-please come back, developers: fork!!\"\n[![GPL 3](https://img.shields.io/badge/license-GPLv3-blue.svg)](LICENSE)\n\nCommand LIne Papers(CLIP), a reference manager.\n\n**Only few of the possible options and commands are listed here, Please refer to wiki for a full list of features**\n\n## Installation\n\nIf you haven't setup Go before :astonished:, you need to first set a `GOPATH` (see [https://golang.org/doc/code.html#GOPATH](https://golang.org/doc/code.html#GOPATH)).\n\nTo fetch and build the code:\n\n    $ go get github.com/strivetobelazy/clip/...\n\nThis will also build the command line tool `clip` into `$GOPATH/bin` (assumed to be in your `PATH` already).\n\n## Usage\n\n```bash\nclip [-version][-help] \u003ccommands\u003e [\u003coptions\u003e]\n```\n**Note:** Multiple word command-options should be wrapped in double quotes. Commands such as `search` and `add` (for `add` when `-source` flag is given: please refer to [supported sources](Supported sources)) require an active internet connection. A flag can be given with a `-` or `--` (ex: `-string` is the same as `--string`). Options to a flag can be separated by a `space` or an `=` (ex: `-string \"electron\"` is the same as `-string=\"electron\"`)\n\n## Commands\n\n### search\n\n*Simple Usage*\n```bash\nclip search -string \"electron\"\n```\n*Tuning search with more options*\n```bash\nclip search -source arxive -string \"electron scattering\" -offset 0 \\\n-results 5 -filter \"cat\" -prefix \"hep-th\"\n```\n*findout more details about a specific information(ex:doi, title, author, etc,.)*\n```bash\nclip search -source crossref -string \"doi/of/any/paper\" -match doi\n```\n*get information in a bibtex format and append it to a file*\n```bash\nclip search -string \"title-of-a-paper\" -match title -bibtex -file mybib.bib\n```\nOne word strings need not to be in double quotes\n\n**Note:** For `search`, `-source` flag is active on default with value `\"arxiv\"`\n\n### lookup\n\n`lookup` command performs all the operations of `search` command but on a local `clip` repository or a folder.\n\n*Simple Usage*\n```bash\nclip lookup -string \"DOI/of/a/paper\" -match doi\n```\n*Tuning lookup with more options*\n```bash\nclip lookup -string \"title-of-a-paper\" -bibtex -file mybib.bib\n```\n### init\n\n### add\n\n### rm\n\n### mv\n\n### log\n\n### batch\n\n## Optional functionality\n\nclip by default doesn't have any external dependencies. However the following enhancements are provided upon compiling clip with additional external packages\n\n### pdf\n\nCompiling clip with pdf support will add `pdf` command which perform additional tasks and operations on local pdf files(see wiki). For this functionality lazyclip relies on `poppler-utils` which is an open source package and can be installed using the following:\n\nfor Linux:\n```bash\nsudo apt-get install poppler-utils\n```\nfor Mac:\n```bash\nbrew install poppler-utils\n```\n\n### fzf\n\nCompiling clip with fzf support will bring in compatibility with fzf package\n\n## Additional information\n\n### Supported sources\nThe `-source` flag takes following values:\n\n- `google` : [google](https://www.google.com), if you couldn't find anything in any other sources.\n- `crossref` : [CrossRef](https://www.crossref.org/), an exhaustive academic search engine\n- `arxiv` : [arXiv](https://arxiv.org/), an archive of pre-prints in various scientific fields\n- `dblp` : [DBLP](https://dblp.uni-trier.de/), a database of Computer Science publications\n- `doi.org` : [doi.org](http://www.doi.org/), a DOI resolver\n- `dissemin` : [Dissemin](https://dissem.in/), a database tracking the open access status of scholarly articles\n\nNote: If you like to see support for an other source, please open an [isuue](https://github.com/strivetobelazy/clip/issues) or contact us via email.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanoopkcn%2Fclip","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanoopkcn%2Fclip","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanoopkcn%2Fclip/lists"}