{"id":16694723,"url":"https://github.com/spenserblack/favlist","last_synced_at":"2025-04-10T01:33:19.726Z","repository":{"id":38290101,"uuid":"233115958","full_name":"spenserblack/favlist","owner":"spenserblack","description":"I accidentally made a command-line SQLite manager","archived":false,"fork":false,"pushed_at":"2022-06-07T22:13:51.000Z","size":522,"stargazers_count":2,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-04T13:12:14.302Z","etag":null,"topics":["cli","command-line","command-line-tool","list","sqlite","sqlite-database","tui"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/spenserblack.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE-APACHE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-01-10T19:25:28.000Z","updated_at":"2024-01-17T14:33:29.000Z","dependencies_parsed_at":"2022-09-26T20:11:50.210Z","dependency_job_id":null,"html_url":"https://github.com/spenserblack/favlist","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":"spenserblack/template-rust-repo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spenserblack%2Ffavlist","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spenserblack%2Ffavlist/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spenserblack%2Ffavlist/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spenserblack%2Ffavlist/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/spenserblack","download_url":"https://codeload.github.com/spenserblack/favlist/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248140812,"owners_count":21054353,"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":["cli","command-line","command-line-tool","list","sqlite","sqlite-database","tui"],"created_at":"2024-10-12T16:47:59.763Z","updated_at":"2025-04-10T01:33:19.698Z","avatar_url":"https://github.com/spenserblack.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# favlist\n[![Crates.io](https://img.shields.io/crates/v/favlist)](https://crates.io/crates/favlist/)\n![Crates.io](https://img.shields.io/crates/d/favlist)\n[![Build Status](https://travis-ci.com/spenserblack/favlist.svg?branch=master)](https://travis-ci.com/spenserblack/favlist)\n\nEasily make lists, backed up with a SQLite database\n\n# Usage\n```bash\n# create a new list of movies with an important (not-null) title and an integer year\nfavlist new Movies ~Title Year@int\n# Add a new entry to the Movies list\nfavlist add Movies -c Title \"The Curse of the Cursed Curse\" -c Year 2006\n# list movies with \"Curse\" in the title made in 2006 and print in YAML format\nfavlist list Movies -f Title Curse --filter Year 2006 --yaml\n# Change the Year in row 1 of Movies\nfavlist edit Movies 1 -c Year 2005\n# Remove row 1 from Movies\nfavlist sub Movies 1\n\n# Launch the TUI\nfavlist\n\n# Help\nfavlist --help\nfavlist [SUBCOMMAND] --help\n```\n- Create a new list with `favlist new`\n- Delete a list with `favlist rem`\n- Add a new row to the list with `favlist add`\n- Subtract a row from the list with `favlist sub`\n- Edit values in a row with `favlist edit`\n- Print values of list with `favlist list`\n\n## TUI\n\n![TUI Screenshot](https://github.com/spenserblack/favlist/blob/master/images/screenshot.png?raw=true)\n\nThe TUI is included by default. If you don't want this feature included, pass the\n`--no-default-features` flag when installing/building with `cargo`.\n\nFor now, you cannot *edit* any data with the TUI, but you can *view* data.\nSwitch between tables with `\u003c` and `\u003e`, and highlight rows with `↑` and `↓`\non your keyboard. Exit the TUI with `ESC`.\n\n# Install\n```bash\n# Latest released version\ncargo install favlist\n\n# Don't want the TUI feature?\ncargo install --no-default-features favlist\n\n# Want to get notified about new releases?\ncargo install favlist --features check-latest\n```\n\n## Dependencies\n### Linux\n- libsqlite3-dev\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspenserblack%2Ffavlist","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fspenserblack%2Ffavlist","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspenserblack%2Ffavlist/lists"}