{"id":15902839,"url":"https://github.com/erikh/lister","last_synced_at":"2026-02-16T02:42:19.219Z","repository":{"id":217403591,"uuid":"743806933","full_name":"erikh/lister","owner":"erikh","description":"Navigate (and soon Edit) Markdown Lists in a pleasant UI","archived":false,"fork":false,"pushed_at":"2025-04-01T23:39:09.000Z","size":318,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-21T20:14:41.467Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/erikh.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.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-01-16T03:03:01.000Z","updated_at":"2025-04-01T23:39:06.000Z","dependencies_parsed_at":"2024-02-01T03:28:37.627Z","dependency_job_id":"4f22954c-6ebb-4fe0-a37b-adbfefccfc48","html_url":"https://github.com/erikh/lister","commit_stats":{"total_commits":20,"total_committers":2,"mean_commits":10.0,"dds":"0.050000000000000044","last_synced_commit":"26198f2f5f6257f223c4447d62b2d5af7aa57262"},"previous_names":["erikh/lister"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/erikh/lister","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erikh%2Flister","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erikh%2Flister/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erikh%2Flister/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erikh%2Flister/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/erikh","download_url":"https://codeload.github.com/erikh/lister/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erikh%2Flister/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29498844,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-16T02:07:14.481Z","status":"online","status_checked_at":"2026-02-16T02:03:22.852Z","response_time":115,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":true,"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":[],"created_at":"2024-10-06T12:00:22.273Z","updated_at":"2026-02-16T02:42:19.203Z","avatar_url":"https://github.com/erikh.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Lister: Navigate Markdown Lists of Things\n\nLister is a small tool to help you navigate large markdown lists. It does not process a full markdown format; just a subset of it for its display. Lister allows you to collapse and navigate the tree interactively, and will soon be able to modify the list and write it back out in a very similar fashion to how it was written, so the markdown file itself can be used as a database.\n\n\u003cimg src=\"ss.png\" /\u003e\n\n## Installation\n\n```bash\ncargo install lister-cli\n```\n\nThis will install the `lister` binary in `$CARGO_HOME/bin`.\n\n## Usage\n\nType `lister \u003cfilename\u003e` or `lister --help` for options. Press `?` for help once in the UI, and you can press `q` to quit to your shell.\n\n## Format\n\nRules for the format are below.\n\nCheckboxes are supported and will eventually, along with the saving features, allow for an editor-independent task management system. There is still a lot of work to do before we're there. They will hopefully become powerful features.\n\nIf you need an example of the format, [look here](https://github.com/erikh/lister/raw/main/example.md). For now:\n\n-   Titles start with `#`: they must be presented at the top of the file before any other non-whitespace content. Files may only have one title.\n-   Each list item starts with `-` or `*` and may contain an optional `[ ]` with an `x` in replacement for the space to indicate checked items. Following that, any text is the item's title, and may continue across multiple lines until the next list item is encountered or the end of file.\n-   List nesting is controlled by whitespace indentation, which must be equi-distant from the parent's `-` mark for all items, outside of that, feel free to indent how you want. Tab characters are not expanded into spaces, and are only treated as one character, which may cause painful results if mixing with normal space characters.\n    -   Every nesting level of the tree has equivalent whitespace on all lines. Out-denting or indenting items even by one space will produce additional unexpected levels of nesting.\n-   Use the following keys to navigate the tool:\n    -   `?` for interactive help (`?` again or `q` to quit the help menu)\n    -   `q` to quit the program\n    -   `j` or the down arrow to move down\n    -   `k` or the up arrow to move up\n    -   Enter or Space to expand sub-trees\n    -   `\u003e` to expand all subtrees at once and move to the top row\n    -   `\u003c` to collapse all subtrees at once and move to the top row\n    -   `g` to move to the top row\n    -   `G` to move to the bottom row\n\n## Author\n\nErik Hollensbe \u003cerik+github@hollensbe.org\u003e\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferikh%2Flister","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ferikh%2Flister","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferikh%2Flister/lists"}