summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2023-08-12README.md: add archlinuxcn installation source (#398)Integral
2023-08-12added all_selected field in CopyFilePath (#391)Uros
* added all_selected field in CopyFilePath * copy_filepath now handle both cases
2023-08-12feat: tab bar can show current dir name (#390)Lzzzzzt
* add user & group on footer * linemode have more options * linemode have more options * linemode have more options * make tarbar title not hardcoded * topbar width with modified tab width * change the ellipsis
2023-08-04fix #388 (#389)Azad
2023-08-04feat: add user & group on foot and make linemode configturable and more ↵Lzzzzzt
options (#385) * add user & group on footer * linemode have more options * linemode have more options * linemode have more options
2023-07-31fix compilation error when no features are enabledJeff Zhao
2023-07-31set PWD env var when opening programsJeff Zhao
2023-07-31Merge branch 'main' of github.com:kamiyaa/joshutoJeff Zhao
2023-07-31fix file size formatJeff Zhao
2023-07-31feat: Add support for command aliases (#370)Azad
* feat: Add support for command aliases * Comply with cargo-fmt style
2023-07-30remove unused varJeff Zhao
2023-07-30Merge branch 'main' of github.com:kamiyaa/joshutoJeff Zhao
2023-07-30fix unwrap errorJeff Zhao
2023-07-30remove unwrapJeff Zhao
2023-07-30mtime will display with local timezone (#384)Lzzzzzt
2023-07-30Update README.md (#382)pato-pan
docs/image_previews.md doesn't exist. Perhaps a link to the folder or the readme of the folder would be more appropriate?
2023-07-30Merge branch 'main' of github.com:kamiyaa/joshutoJeff Zhao
2023-07-30attempt to fix xdg open for non-forking applicationsJeff Zhao
2023-07-26Separate OpenOffice preview cases (#376)Michael Huang
This commit ports ranger/ranger@9da2b4c which fixes previews with 'ods' and 'odp' filetypes as pandoc does not support them.
2023-07-23migrate to ratatuiJeff Zhao
2023-07-23fix typoJeff Zhao
2023-07-23fix recycle_bin feature not disabling references to trashJeff Zhao
2023-07-18chore: cleanup warnings (#365)Kasper Juul Hermansen
Signed-off-by: kjuulh <contact@kjuulh.io>
2023-07-18Fix docs for combined text and image preview (#363)DLFW
Fixed a “bug” in the recipe for combining text and image previews. Images at a location whose path contains a space were not shown with the calculated y-offset.
2023-07-11Merge branch 'main' of github.com:kamiyaa/joshutoJeff Zhao
2023-07-11remember to remove the file created by bulk_rename even if we don't complete ↵Jeff Zhao
the command
2023-07-09Add docs for Überzug++ as image previewer (#359)DLFW
* Add docs for Überzug++ as image previewer Adding instructions how Überzug++ can be used to preview image files in Joshuto. Additionally: * Restructure image preview documentation into multiple files in a sub-directory. * Add deprecation note and remove dead link to installation instructions for the Überzug recipe. * Some text enhancements here and there. * rename readme.md to README.md
2023-07-09Update README.md to show the abbreviated default keymap in plain english and ↵cereum
homebrew install method (#358) * Update README.md to show the abbreviated default keymap in plain english * Update README.md * Update README.md
2023-07-04version bump 0.9.5v0.9.5Jeff Zhao
2023-07-02cargo clippyJeff Zhao
2023-07-02Merge branch 'main' of github.com:kamiyaa/joshutoJeff Zhao
2023-07-02migrate to rustyline v12Jeff Zhao
2023-07-01Update keymap.toml (#342)Imbolc
Standard vim page-up / page-down bindings
2023-07-01refactor: avoid changing constraints during PreviewFileState load (#333)Handfish
2023-07-01docs: Add "Using joshuto with qutebrowser" (#345)Donovan Glover
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
* Migrate termion lib from v1 to v2 * Refactor termion with mouse support * Mouse feature is turn on by default in cargo * Refactor: simplification * Update notify to v6 stable. No problems so far * Update lib open to v5 * lib trash bump from v2 to v3 * Updated dependencies and planned migrations of 2 libs
2023-06-30add more documentation on fork and silentJeff Zhao
2023-06-30Merge branch 'main' of github.com:kamiyaa/joshutoJeff Zhao
2023-06-30add file preview documentationJeff Zhao
2023-06-30Fix incorrect sort method field in example config (#350)rqdmap
2023-06-26Mention that the preview script should be executable (#343)Imbolc
2023-06-25Tab theme configurable (#317)DLFW
Text style for tabs can be configured within `theme.toml` with the dotted keys `tab.active` and `tab.inactive`. The default style is the same as the former hard-coded style. `theme.toml` has been restructured and comments have been added to give a short documentation on each style item. The documentation (`theme.toml.md`) has been enhanced, and the excerpt of `theme.toml` with additional comments has been removed from there. That way it should be easier for devs to keep docs and the default `theme.toml` in sync, and easier for users when the detail comments can be found in the configuration file itself. The conversion from `AppStyle` to `tui::style::Style` is now provided as a function of `AppStyle` and a `From`-implementation for `Style` to avoid having the same factory code repeating all over.
2023-06-25fix: subdir_fzf stuck on large directory. (#309)Jacky Li
2023-06-06feat: Support for customizing file icons (#324)Noah Too
closes #308
2023-06-06Update flake.lock (#322)Ruixi-rebirth
Update flake.lock
2023-06-04Fix typo in keymap.toml.md (#327)Zhizhen He
2023-05-31fix(spans,line): update dependency ratatui 0.21 (#319)Mathieu Herrmann
* fix(spans,line): update dependency ratatui * fix(fmt): ci not pass due to fmt --------- Co-authored-by: mherrmann <mherrmann@ippon.fr>
2023-05-31Fix typo in keymap.toml.md (#314)Ikko Eltociear Ashimine
preceeded -> preceded
2023-05-27Add flake support (#297)Ruixi-rebirth
Add flake support