{"id":16156350,"url":"https://github.com/ilyabizyaev/trash","last_synced_at":"2025-04-07T01:17:11.200Z","repository":{"id":163656798,"uuid":"284254456","full_name":"IlyaBizyaev/trash","owner":"IlyaBizyaev","description":"🗑🚀 The Tracker Shell","archived":false,"fork":false,"pushed_at":"2020-08-01T15:19:48.000Z","size":220,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-13T06:43:04.898Z","etag":null,"topics":["file-manager","functional-programming","haskell","vcs","version-control"],"latest_commit_sha":null,"homepage":"","language":"Haskell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/IlyaBizyaev.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":"2020-08-01T12:20:55.000Z","updated_at":"2020-08-01T15:19:50.000Z","dependencies_parsed_at":null,"dependency_job_id":"348f7572-29eb-4cdb-bd19-b8e344687490","html_url":"https://github.com/IlyaBizyaev/trash","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IlyaBizyaev%2Ftrash","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IlyaBizyaev%2Ftrash/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IlyaBizyaev%2Ftrash/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IlyaBizyaev%2Ftrash/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/IlyaBizyaev","download_url":"https://codeload.github.com/IlyaBizyaev/trash/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247574092,"owners_count":20960497,"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","functional-programming","haskell","vcs","version-control"],"created_at":"2024-10-10T01:44:40.636Z","updated_at":"2025-04-07T01:17:11.173Z","avatar_url":"https://github.com/IlyaBizyaev.png","language":"Haskell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Trash — The Tracker Shell\n[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://github.com/IlyaBizyaev/trash/blob/master/LICENSE)\n![Haskell Stack CI](https://github.com/IlyaBizyaev/trash/workflows/Haskell%20Stack%20CI/badge.svg)\n\nThis repository contains a small shell implementation that has some basic file management commands and a tiny VCS called Tracker.\nIt was developed for educational purposes during the [Functional Programming course](https://github.com/jagajaga/itmo-fp-2020) at ITMO University.\n\n\u003cimg src=\"img/screenshot.png\" width=\"700\"\u003e\n\nThe idea was to read the file system state of a sufficiently small directory into memory, and then use pure functions to operate on that state.  \nSupported file management operations include file and directory creation, display, modification, and removal. The built-in version control tool,\n`tracker`, is capable of storing indexed file revisions, logging file modification history and reverting to previous versions. Directories are\ntreated as a list of their contents.\n\nOn exit, the resulting state is written back to the storage. Revision history and metadata are saved into a `.tracker` subdirectory.\n\nThe name was inspired by [crosh](https://chromium.googlesource.com/chromiumos/platform2/+/master/crosh/README.md) and limited practical\nbenefit of the program.\n\n## Usage 🚀\n### Running\n```bash\n$ stack run\n```\n\n### Commands\n**📂 File management:** use `-h` in REPL for a list of supported FM commands.\n\n**⏳ Version control:** use `tracker -h` in REPL for a list of supported VCS commands.\n\n_Disclaimer_: due to limited testing, bugs are to be expected.\n\n## Development\n### Building\n```bash\n$ stack build\n```\n\n## Copyright\n2020 Ilya Bizyaev \u003cme@ilyabiz.com\u003e, GPL 3+\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Filyabizyaev%2Ftrash","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Filyabizyaev%2Ftrash","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Filyabizyaev%2Ftrash/lists"}