{"id":18373103,"url":"https://github.com/thanatisia/shellkit","last_synced_at":"2025-04-11T00:59:03.188Z","repository":{"id":244340810,"uuid":"814963665","full_name":"Thanatisia/shellkit","owner":"Thanatisia","description":"Collection of various shell scripts and libraries in a single package that can be installed easily","archived":false,"fork":false,"pushed_at":"2024-06-14T04:25:54.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-11T00:59:00.316Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","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/Thanatisia.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOGS.md","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-06-14T04:21:22.000Z","updated_at":"2024-06-14T04:25:57.000Z","dependencies_parsed_at":"2024-06-14T05:49:20.028Z","dependency_job_id":null,"html_url":"https://github.com/Thanatisia/shellkit","commit_stats":null,"previous_names":["thanatisia/shellkit"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Thanatisia%2Fshellkit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Thanatisia%2Fshellkit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Thanatisia%2Fshellkit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Thanatisia%2Fshellkit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Thanatisia","download_url":"https://codeload.github.com/Thanatisia/shellkit/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248322611,"owners_count":21084336,"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-11-06T00:08:38.846Z","updated_at":"2025-04-11T00:59:03.160Z","avatar_url":"https://github.com/Thanatisia.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# shellkit\n\n## Information\n### Description\n+ Collection of various shell scripts and libraries in a single package that can be installed easily\n+ Note that the scripts here though is labelled as bash scripts and libraries - these can be used by other shells if following the same structure and unless specified\n\n## Setup\n### Dependencies\n\n### Pre-Requisites\n- Create the required PREFIX (Installation directory)\n    - User-space .local directory in your $HOME\n        - Binaries/Executable\n            ```bash\n            mkdir -pv $HOME/.local/bin/\n            ```\n        - Libraries\n            ```bash\n            mkdir -pv $HOME/.local/lib\n            ```\n    - System-level 'build-from-source' installation\n        - Notes\n            - $PREFIX refers to the installation directory/path\n                + Default: /usr/local\n        - Binaries/Executable\n            ```bash\n            mkdir -pv $PREFIX/bin\n            ```\n        - Libraries\n            ```bash\n            mkdir -pv $PREFIX/lib\n            ```\n\n### Installation\n\u003e bash Scripts\n\n- Copy the 'src/scripts' directory to your binary directories\n    - User-space .local directory in your $HOME\n        ```bash\n        cp -r src/scripts $HOME/.local/bin/shellkit\n        ```\n    - System-level 'build-from-source' installation\n        - Notes\n            - $PREFIX refers to the installation directory/path\n                + Default: /usr/local\n        ```bash\n        cp -r src/scripts $PREFIX/bin/shellkit\n        ```\n\n\u003e Libraries\n\n- Copy the 'src/lib' directory to your library directories\n    - User-space .local directory in your $HOME\n        ```bash\n        cp -r src/lib $HOME/.local/lib/shellkit\n        ```\n    - System-level 'build-from-source' installation\n        - Notes\n            - $PREFIX refers to the installation directory/path\n                + Default: /usr/local\n        ```bash\n        cp -r src/lib $PREFIX/lib/shellkit\n        ```\n\n### Host System Setup\n\n\u003e System PATH environment variable\n\n- Add the toolbox's directory path into your shell's rc file\n    - BashRC\n        ```bash\n        export PATH=$PATH:\"$HOME/.local/bin/shellkit\"\n        ```\n\n- Change permission modifier of scripts to executable\n    ```bash\n    chmod u+x $HOME/.local/bin/shellkit\n    ```\n\n## Documentations\n\n### Libraries\n\n### Scripts\n+ [tmux-sessionizer](docs/man/tmux-sessionizer/README.md) : A tmux script that makes your workflow BLAZINGLY FAST written by ThePrimeagen by allowing you to select from existing tmux session/buffers and jump around\n\n## Customization\n+ [tmux-sessionizer](docs/man/tmux-sessionizer/customization.md)\n\n## Wiki\n\n### Notes\n- tmux-sessionizer\n    - I modified tmux-sessionizer to include\n        + Check for the existence of the target directories that will be searched\n        + Check for the existence of depedencies (fzf)\n\n## Resources\n\n## References\n+ [GitHub - ThePrimeagen/.dotfiles - tmux-sessionizer](https://github.com/ThePrimeagen/.dotfiles/blob/master/bin/.local/scripts/tmux-sessionizer)\n+ [GitHub - edr3x/tmux-sessionizer - tmux-sessionizer (Modified)](https://github.com/edr3x/tmux-sessionizer)\n\n## Remarks\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthanatisia%2Fshellkit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthanatisia%2Fshellkit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthanatisia%2Fshellkit/lists"}