{"id":17767202,"url":"https://github.com/samzhang02/tempvault","last_synced_at":"2025-03-15T13:31:11.046Z","repository":{"id":247418847,"uuid":"825129231","full_name":"SamZhang02/tempvault","owner":"SamZhang02","description":"Command-line tool for efficient and rapid access, preview, and use of template files.","archived":false,"fork":false,"pushed_at":"2024-07-09T20:36:12.000Z","size":39,"stargazers_count":4,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-14T22:03:18.350Z","etag":null,"topics":[],"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/SamZhang02.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":"2024-07-06T21:36:35.000Z","updated_at":"2024-07-09T20:36:51.000Z","dependencies_parsed_at":"2024-11-28T23:02:46.108Z","dependency_job_id":null,"html_url":"https://github.com/SamZhang02/tempvault","commit_stats":null,"previous_names":["samzhang02/tempvault"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SamZhang02%2Ftempvault","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SamZhang02%2Ftempvault/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SamZhang02%2Ftempvault/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SamZhang02%2Ftempvault/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SamZhang02","download_url":"https://codeload.github.com/SamZhang02/tempvault/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243735833,"owners_count":20339536,"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-26T20:43:31.827Z","updated_at":"2025-03-15T13:31:10.753Z","avatar_url":"https://github.com/SamZhang02.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tempvault\n\n[![asciicast](https://asciinema.org/a/667256.svg)](https://asciinema.org/a/667256)\n\n*tempvault* is a command line tool based on [fzf](https://github.com/junegunn/fzf) to quickly access, preview and paste template files, such as your project configuration files, latex templates, or starter code files.\n\n\u003e [!Warning]\n\u003e This tool is a currently a work in progress with many breaking changes and have little documentation for now.\n\n## Installation\nIf you would like to build tempvault from scratch, you need [Go](https://go.dev/).\nYou can build a binary using\n\n```shell\ngo build -o tempvault\n```\n\nand put the binary in your PATH.\n\nI also have included an installation script to run build and setups for the tool to work right away, simply run\n\n```shell\nsh install.sh\n```\n\n**Disclaimer**: I personally use MacOS, the script may not work well for all other OS.\n\nFor now, there are not ready-to-use binaries yet.\n\n## Usage\ntempvault currently support two commands:\n\n`tempvault add [file]` adds a files to the vault.\n\n`tempvault browse` browses and searches the vault, allowing you to select files to paste into the cwd.\n\nWith enough interest, I am open to look into refining the tool with more functionalities and customizability. \n\nPersonally, I use the alias below\n```shell\nalias tv=\"tempvault\"\nalias tva=\"tempvault add\"\nalias tvb=\"tempvault browse\"\n```\nfor a fast workflow with the tool.\n\n## Contributing\nAll contributions are welcome in the form of issues or pull request.\n\nThe build system uses simple scripts in the `justfile`, and the code mainly follows the [cobra](https://github.com/spf13/cobra) structure.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamzhang02%2Ftempvault","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsamzhang02%2Ftempvault","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamzhang02%2Ftempvault/lists"}