{"id":15191229,"url":"https://github.com/nushell-prophet/nu-cmd-stack","last_synced_at":"2025-10-02T06:32:16.852Z","repository":{"id":253408599,"uuid":"843419583","full_name":"nushell-prophet/nu-cmd-stack","owner":"nushell-prophet","description":"scroll through the list of Nushell commands using `ctrl+alt+j/k` shortcuts","archived":false,"fork":false,"pushed_at":"2024-11-12T01:57:02.000Z","size":28,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-11-12T02:35:04.378Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Nushell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nushell-prophet.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-08-16T13:26:15.000Z","updated_at":"2024-11-12T01:57:00.000Z","dependencies_parsed_at":"2024-08-19T18:15:47.541Z","dependency_job_id":"6ef1f858-7e18-408c-a223-b2c7931f95f3","html_url":"https://github.com/nushell-prophet/nu-cmd-stack","commit_stats":null,"previous_names":["nushell-prophet/nu-cmd-stack"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nushell-prophet%2Fnu-cmd-stack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nushell-prophet%2Fnu-cmd-stack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nushell-prophet%2Fnu-cmd-stack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nushell-prophet%2Fnu-cmd-stack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nushell-prophet","download_url":"https://codeload.github.com/nushell-prophet/nu-cmd-stack/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234951862,"owners_count":18912480,"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-09-27T21:00:43.045Z","updated_at":"2025-10-02T06:32:11.554Z","avatar_url":"https://github.com/nushell-prophet.png","language":"Nushell","readme":"# nu-cmd-stack (cmd-stack)\n\n## Quick start\n\n```nushel no-run\n\u003e git clone https://github.com/nushell-prophet/nu-cmd-stack; cd nu-cmd-stack\n\u003e use cmd-stack\n```\n\n## Demo\n\nhttps://github.com/user-attachments/assets/862f2eb7-0635-429a-99c4-d3f5ec8e8a7d\n\n[(high res youtube)](https://youtu.be/wBMm1bFlbaU)\n\n## Examples\n\n```nushell no-run\n# Initialize `cmd-stack` with the list of 3 commands.\n# After executing it will suggest you to add two shortcuts. Execute the suggestion.\n\u003e ['print \"this\"' 'print \"that\"' \"# check ls\\nls\"] | cmd-stack init\n\n# Scroll through the commands using `ctrl + alt + j/k`\n```\n\n```nushell no-run\n# Here we fill `cmd-stack` with the commands from `demo.nu`.\n# We divide commands here by empty lines\n\u003e open demo.nu | split row \"\\n\\n\" | skip | cmd-stack init\n```\n\n```nushell no-run\n# Here we put previous session commands into `cmd-stack`\n\u003e let prev_session_id = history -l | last 100 | get session_id | uniq | last 2 | first\n\u003e history -l | where session_id == $prev_session_id | get command | cmd-stack init\n```\n","funding_links":[],"categories":["Scripts"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnushell-prophet%2Fnu-cmd-stack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnushell-prophet%2Fnu-cmd-stack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnushell-prophet%2Fnu-cmd-stack/lists"}