{"id":25578760,"url":"https://github.com/mskrasnov/f","last_synced_at":"2026-05-03T05:35:13.388Z","repository":{"id":275657385,"uuid":"926767473","full_name":"mskrasnov/f","owner":"mskrasnov","description":"f is very simple and stupid file manager for UNIX-based OS. Written just for learning Rust and Linux, don't take the project as something serious. It's a common student shitcode.","archived":false,"fork":false,"pushed_at":"2025-02-11T08:27:05.000Z","size":266,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-25T15:48:15.782Z","etag":null,"topics":["console","file-manager","files","linux","ratatui","rust","shit","shitty-code","unix"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/mskrasnov.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,"zenodo":null}},"created_at":"2025-02-03T20:28:19.000Z","updated_at":"2025-02-11T08:27:09.000Z","dependencies_parsed_at":null,"dependency_job_id":"b084d717-4e44-4c83-bab1-16cab36fb94e","html_url":"https://github.com/mskrasnov/f","commit_stats":null,"previous_names":["mskrasnov/f"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mskrasnov/f","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mskrasnov%2Ff","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mskrasnov%2Ff/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mskrasnov%2Ff/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mskrasnov%2Ff/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mskrasnov","download_url":"https://codeload.github.com/mskrasnov/f/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mskrasnov%2Ff/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32559716,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T03:21:47.309Z","status":"ssl_error","status_checked_at":"2026-05-03T03:21:43.884Z","response_time":103,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["console","file-manager","files","linux","ratatui","rust","shit","shitty-code","unix"],"created_at":"2025-02-21T03:17:32.172Z","updated_at":"2026-05-03T05:35:13.349Z","avatar_url":"https://github.com/mskrasnov.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# f\n\nf - very simple, stupid (yet) and bloat console file manager for UNIX systems. Written just for learning Rust and Linux, don't take the project as something serious. It's a common student craft.\n\n![](assets/v0.1.0-07.02.25.png)\n\n## Features\n\n- [X] View directory contents, navigates beetwen directories;\n- [X] Removing files;\n- [ ] Copying files;\n- [ ] Moving/renaming files;\n- [ ] View information about file;\n- [ ] Creating directories and files;\n- [ ] Formatting disks (need `root` permissions);\n- [X] Color schemes;\n\n## Interface\n\nThe interface is divided into two panels: the first panel contains a list of files in the current directory, the second panel displays information about the file and the `f` file manager.\n\n### Usage\n\n**Hotkeys:**\n\n\u003c!-- - \u003ckbd\u003eF1\u003c/kbd\u003e - print help;\n- \u003ckbd\u003eF2\u003c/kbd\u003e - view file metadata in right panel;\n- \u003ckbd\u003eF3\u003c/kbd\u003e - view file contents in right panel;\n- \u003ckbd\u003eF4\u003c/kbd\u003e - open file in the internal program (editor or other software);\n- \u003ckbd\u003eF5\u003c/kbd\u003e - copy file in the specified path;\n- \u003ckbd\u003eF6\u003c/kbd\u003e - move/rename file;\n- \u003ckbd\u003eF7\u003c/kbd\u003e - create new directory; --\u003e\n- \u003ckbd\u003eF8\u003c/kbd\u003e - force delete file;\n- \u003ckbd\u003eDel\u003c/kbd\u003e - delete file to recycle bin;\n\u003c!-- - \u003ckbd\u003eF9\u003c/kbd\u003e - select menubar; --\u003e\n- \u003ckbd\u003eF10\u003c/kbd\u003e, \u003ckbd\u003eq\u003c/kbd\u003e, \u003ckbd\u003eй\u003c/kbd\u003e - exit `f`;\n\u003c!-- - \u003ckbd\u003eTab\u003c/kbd\u003e - switch between panels (TODO);\n- \u003ckbd\u003eShift\u003c/kbd\u003e - select file/dir (TODO); --\u003e\n- \u003ckbd\u003e~\u003c/kbd\u003e - go to the home directory (`~`);\n- \u003ckbd\u003e/\u003c/kbd\u003e - go to the root directory (`/`);\n- \u003ckbd\u003e.\u003c/kbd\u003e - show hidden files;\n\n## Build \u0026 install\n\n### Dependencies\n\n- Rust toolchain (`rustc`, `cargo`);\n- `git`;\n- Bash or bash-compatible shell (`/bin/sh` must be a link to it);\n\n### Local build\n\n- Get the source code:\n\n```bash\ngit clone https://github.com/mskrasnov/f/\ncd f\n```\n\n- Build:\n\n```bash\ncargo build --release\n```\n\n- Install:\n\n```bash\nexport F_BIN_DIR=\"$HOME/.local/bin/\"\ncp -v ./target/release/f $F_BIN_DIR\nexport PATH=$PATH:$F_BIN_DIR\n```\n\n## Technology stack\n\n- **OS:** UNIX-like (for now there are only Linux builds; support for other UNIX-like OS depending on their support for rust stdlib and some other OS-specific libraries used in `f`);\n- **Programming language:** Rust; POSIX Shell;\n- **User interface:** TUI via [ratatui](https://ratatui.rs);\n- **User languages:** English; Russian (coming soon) via `fluent`;\n\n## License\n\n`f` is distributed under the MIT license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmskrasnov%2Ff","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmskrasnov%2Ff","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmskrasnov%2Ff/lists"}