summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
AgeCommit message (Expand)Author
2024-03-15version bump v0.9.8Jeff Zhao
2024-03-15attempt to fix CIJeff Zhao
2024-03-10rename case_sensitive_ext to case_insensitive_extJeff Zhao
2024-03-10Bump mio from 0.8.10 to 0.8.11 (#504)dependabot[bot]
2024-02-27ratatui-image widget for image previews without scripts (#467)Benjamin Grosse
2024-02-15feat lscolors support (#489)Ben Webb
2024-02-13Bump libgit2-sys from 0.16.1+1.7.1 to 0.16.2+1.7.2 (#491)dependabot[bot]
2024-01-20Use `shadow-rs` to show detailed version information (#481)xrelkd
2023-12-18fix TableJeff Zhao
2023-11-20version bumpJeff Zhao
2023-09-12update Cargo.lockJeff Zhao
2023-09-07cleanup config codeJeff Zhao
2023-08-29Add subcommands (#418)xrelkd
2023-08-24feat: regex support (#411)Justin Chen
2023-08-12add trash support via command line tools instead of libraryJeff Zhao
2023-08-04feat: add user & group on foot and make linemode configturable and more optio...Lzzzzzt
2023-07-23migrate to ratatuiJeff Zhao
2023-07-04version bump 0.9.5v0.9.5Jeff Zhao
2023-07-02migrate to rustyline v12Jeff Zhao
2023-07-01upgrade to shellexpand v3Jeff Zhao
2023-07-01Migrate termion lib from v1 to v2. Mouse feature turn on by default (#349)Anton Simonov
2023-05-31fix(spans,line): update dependency ratatui 0.21 (#319)Mathieu Herrmann
2023-05-04convert to using ratatui (#290)Jake Gallow
2023-02-10update Cargo.lockJeff Zhao
2023-01-04cargo clippy and update (#245)Jeff Zhao
2022-11-23update Cargo.lockJeff Zhao
2022-10-21update ansi-to-tui to 2.0.0 (#210)Noah Too
2022-09-17cargo updateJeff Zhao
2022-08-31use hashmap and uuid to store tabs (#194)Jeff Zhao
2022-08-01cargo clippyJeff Zhao
2022-07-07version bump 0.9.4v0.9.4Jeff Zhao
2022-07-07update lockJeff Zhao
2022-07-01add ability to check whether a preview is outdatedJeff Zhao
2022-06-22Cargo.lock updateJeff Zhao
2022-06-22Bump `ansi-to-tui` to `0.6` and remove `tui_old` (#179)Noah Too
2022-06-22Add `flat` command (#177)Noah Too
2022-06-08update dependenciesJeff Zhao
2022-05-14update dependenciesJeff Zhao
2022-05-14add multiple tui dependenciesJeff Zhao
2022-05-08update notify dependencyJeff Zhao
2022-05-03cargo updateJeff Zhao
2022-04-09fix regular file styling not respecting theme config (#163)Jeff Zhao
2022-03-07fix file previews for no ansi colorsJeff Zhao
2022-03-05version bump 0.9.30.9.3Jeff Zhao
2022-03-05update Cargo.lockJeff Zhao
2022-02-02cargo.lock updateJeff Zhao
2022-01-13add forking capabilities via xdg_openJeff Zhao
2021-12-27fix crash if ansi to tui failsJeff Zhao
2021-12-16change vec to hashsetJeff Zhao
2021-12-16Update view on filesystem changes (#112)DLFW