{"id":23895328,"url":"https://github.com/kyu28/posix-sh-utils","last_synced_at":"2026-04-14T00:04:56.447Z","repository":{"id":65619632,"uuid":"521872972","full_name":"kyu28/posix-sh-utils","owner":"kyu28","description":"Some POSIX Shell implemented utilities","archived":false,"fork":false,"pushed_at":"2023-02-22T11:05:10.000Z","size":66,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-23T07:15:45.493Z","etag":null,"topics":["file-manager","linux","posix-sh","posix-shell","shell","terminal"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/kyu28.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}},"created_at":"2022-08-06T07:02:04.000Z","updated_at":"2024-10-09T03:31:23.000Z","dependencies_parsed_at":"2023-02-17T01:46:36.027Z","dependency_job_id":null,"html_url":"https://github.com/kyu28/posix-sh-utils","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kyu28/posix-sh-utils","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kyu28%2Fposix-sh-utils","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kyu28%2Fposix-sh-utils/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kyu28%2Fposix-sh-utils/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kyu28%2Fposix-sh-utils/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kyu28","download_url":"https://codeload.github.com/kyu28/posix-sh-utils/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kyu28%2Fposix-sh-utils/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266111439,"owners_count":23877980,"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":["file-manager","linux","posix-sh","posix-shell","shell","terminal"],"created_at":"2025-01-04T15:55:10.742Z","updated_at":"2026-04-14T00:04:56.418Z","avatar_url":"https://github.com/kyu28.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# posix-sh-tools\nSome POSIX Shell implemented tools\n\n## Why POSIX Shell?\nNo compilation, maximum portability, almost no dependency.\nPOSIX Shell can run on almost every device such as your old PC, your unrooted Android phone and even your router.\n\n## sys settings\nSome scripts to change system settings\n\n## status\n+ status.sh  \nA status bar script, design for suckless's dwm  \nUsage: `status.sh \u0026` \n+ statuscli.sh  \nSame status bar as above, design for tty  \nUsage: `statuscli.sh \u0026`\n\n## webserver.sh\nA script that start a webserver with file index, requires netcat or socat\n\n## fm.sh - file manager\nA simple file manager script, inspired by nnn and fff\n\nUsage:  \n`fm.sh [-a]`\n- Navigate - up and down key\n- Go to parent directory - left key\n- Go into highlighted directory - right key\n- Delete highlighted file or directory - x\n- Rename or move highlighted file or directory - r\n- Make a new directory - m\n- Mark or unmark a file or directory - space\n- Copy marked files and directories to current directory - p\n- Move marked files and directories to current directory - v\n- Quit fm - q\n- To show hidden objects, use option `-a`\n\nTips:\nTo enable cd on exit, add\n```\nfm() {\n  /bin/fm.sh \"$@\"  # path to your fm.sh\n  cd $(cat $HOME/.fm_path)\n  rm $HOME/.fm_path # Optional, delete path file\n}\n```\nto your ~/.bashrc or ~/.zshrc file\n\nKnown issue:\n- Careful with filenames contain `*`\n\n## vi.sh - line oriented vi\nA simple vi editor implementation\n\n\nUsage:  \n`vi.sh FILENAME`\n- At normal mode\n  - Delete one line - D\n  - Clear one line and enter insert mode - S\n  - New line below cursor and enter insert mode - o\n  - New line above cursor and enter insert mode - O\n  - Enter command mode - :\n  - Use direction keys or hjkl to navigate\n- At insert mode\n  - Return to normal mode - Esc\n- At command mode\n  - Return to normal mode - Esc\n  - Give up all the changes and reopen file - :e\n  - Write changes - :w\n  - Quit svi without saving - :q\n  - Write changes and quit svi - :wq\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkyu28%2Fposix-sh-utils","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkyu28%2Fposix-sh-utils","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkyu28%2Fposix-sh-utils/lists"}