{"id":24256010,"url":"https://github.com/leonardsoncc/scrips.nvim","last_synced_at":"2025-10-10T16:33:55.613Z","repository":{"id":135111971,"uuid":"576630210","full_name":"LeonardsonCC/scrips.nvim","owner":"LeonardsonCC","description":"Help you to find, manage and run your scripts","archived":false,"fork":false,"pushed_at":"2023-11-22T17:12:22.000Z","size":33,"stargazers_count":3,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-04T19:32:43.834Z","etag":null,"topics":["lua","neovim","neovim-plugin"],"latest_commit_sha":null,"homepage":"","language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/LeonardsonCC.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2022-12-10T13:17:19.000Z","updated_at":"2023-01-31T21:54:32.000Z","dependencies_parsed_at":"2023-11-22T18:28:37.165Z","dependency_job_id":null,"html_url":"https://github.com/LeonardsonCC/scrips.nvim","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/LeonardsonCC/scrips.nvim","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LeonardsonCC%2Fscrips.nvim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LeonardsonCC%2Fscrips.nvim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LeonardsonCC%2Fscrips.nvim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LeonardsonCC%2Fscrips.nvim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LeonardsonCC","download_url":"https://codeload.github.com/LeonardsonCC/scrips.nvim/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LeonardsonCC%2Fscrips.nvim/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279004698,"owners_count":26083750,"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-10-10T02:00:06.843Z","response_time":62,"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":["lua","neovim","neovim-plugin"],"created_at":"2025-01-15T04:23:59.496Z","updated_at":"2025-10-10T16:33:55.578Z","avatar_url":"https://github.com/LeonardsonCC.png","language":"Lua","readme":"# scrips.nvim\nYep, this is just scrips without the `t`. I know, it's dumb.\n\n![scrips-plugin](https://user-images.githubusercontent.com/21212048/206950366-11d48b7b-1159-4ec3-a782-3a98debbc190.gif)\n\n## What this plugin can do for me?\nAt the moment, it'll help you to manage scripts.\n- Create a folder to store scripts;\n- Create scripts;\n- Run the script file;\n- Run selection;\n- Telescope your script;\n\n## Install\nUsing Packer\n```lua\nuse {\n    \"LeonardsonCC/scrips.nvim\",\n    requires = \"nvim-lua/plenary.nvim\"\n}\n```\n\nSetup plugin\n```lua\nrequire('scrips').setup()\n```\n\nSetup the Telescope extension\n```lua\nrequire('telescope').load_extension('scrips')\n```\n\n## Keymaps\nYou must set your own keymaps. This is what I personally use:\n```lua\n-- scrips\nlocal scrips = require('scrips')\n\n-- new script\nvim.keymap.set('n', '\u003cLeader\u003een', scrips.new_script, { noremap = true })\n\n-- find scripts\nvim.keymap.set('n', '\u003cLeader\u003ese', require('telescope').extensions.scrips.find_file, { noremap = true })\n\n-- Run\nvim.keymap.set('n', '\u003cLeader\u003eer', scrips.run_paragraph, { noremap = true })\nvim.keymap.set('n', '\u003cLeader\u003eeR', scrips.run_file, { noremap = true })\n```\n\n## What I pretend to do\n- [ ] Run selection\n- [X] Folder to manage scripts in plugin\n- [X] Telescope to find scripts managed by the plugin\n- [ ] Better buffer names\n- [X] Run the file based on his shebang e.g. `#! /bin/bash`\n- [ ] Run the paragraph based on his shebang e.g. `#! /bin/bash`\n- [X] Run paragraph\n- [ ] Subfolders to help manage the scripts\n- [X] Time elapsed\n- [ ] Custom environment files\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleonardsoncc%2Fscrips.nvim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fleonardsoncc%2Fscrips.nvim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleonardsoncc%2Fscrips.nvim/lists"}