Commit Graph

805 Commits (7aee9177fd949707080db0e68832eac8e023c157)
 

Author SHA1 Message Date
Noah Mayr 7aee9177fd Make CycleSearchAlgorithm only cycle between algorithms, without changing ranking 1 year ago
Noah Mayr cc1ab30ed5 Handle search ranking in search algorithm 1 year ago
Arijit Basu b1b9c132f1 Flatten messages
BREAKING: xplr.config.general.sort_and_filter_ui.search_identifier -> xplr.config.general.sort_and_filter_ui.search_identifiers

Messages:

- Search
- SearchFromInput
- SearchFuzzy
- SearchFuzzyUnranked
- SearchFuzzyUnrankedFromInput
- SearchRegexUnrankedFromInput
- SearchRegex
- SearchRegexUnranked
- SearchRegexUnrankedFromInput
- SearchRegexUnrankedFromInput
- CycleSearchAlgorithm
- EnableRankedSearch
- DisableRankedSearch
- ToggleRankedSearch

Static config:

xplr.config.general.search.algorithm = "Fuzzy"
1 year ago
Noah Mayr 8ca5ba0ac7 Make search ranking and algorithm more extensible 1 year ago
Noah Mayr 16747e7925 Merge remote-tracking branch 'sayanarijit/dev' into feature/improved-search 1 year ago
Noah Mayr 2240c74db2
Fix layout_replace only working with table parameters (#586) 1 year ago
Noah Mayr c30780e58f Remove commented out code 1 year ago
Noah Mayr dff999e185 Improve builtin search mode 1 year ago
Arijit Basu 70989b5fc3 More logging improvements 1 year ago
Arijit Basu 903e0dda92 Fix panic on permission denial
Also, improve the error messages.
1 year ago
Arijit Basu da354cbcf9 Fix Rust compatibility 1 year ago
Arijit Basu f430381f5b Improve batch operation interaction
- More robust focus operation.
- Focus on failed to delete paths.
1 year ago
Arijit Basu f9e78319fb Remove tab -> ctrl-i binding 1 year ago
Arijit Basu 0436825b52 Minor doc fix 1 year ago
Arijit Basu 35cc591cb9
Add selection navigation (#583)
* Add selection navigation

- FocusNextSelection      (ctrl-n)
- FocusPreviousSelection  (ctrl-p)

Also improve batch operations

* Minor doc fixes
1 year ago
Arijit Basu 0e43198093 Fix clear selection for selection editor 1 year ago
Arijit Basu 42618ad463 Fix selection editor 1 year ago
Arijit Basu 28af947ee8 Some fixes 1 year ago
Arijit Basu 77b99ae413
More UI utilities and improvements (#582)
* More UI utilities and improvements

- Apply style only to the file column in the table.
- Properly quote paths.
- Expose the applicable style from config in the table renderer argument.
- Add utility functions:
  - xplr.util.node_type
  - xplr.util.style_mix
  - xplr.util.shell_escape

* Make escaping play nice with shorten

* Fix tests

* Fix doc
1 year ago
Arijit Basu adccbae8f5
Add more features (#581)
* Add more features

- Key binding ":se" to edit selection list in $EDITOR
- New utility functions:
  - xplr.util.clone
  - xplr.util.exists
  - xplr.util.is_dir
  - xplr.util.is_file
  - xplr.util.is_symlink
  - xplr.util.is_absolute
  - xplr.util.path_split
  - xplr.util.node

Closes: https://github.com/sayanarijit/xplr/issues/580
Closes: https://github.com/sayanarijit/xplr/issues/579
Closes: https://github.com/sayanarijit/xplr/issues/577

* Fix edit selection list

* Fix clippy lints

* Fix layout link in doc

* xplr.util.shortened -> xplr.util.shorten

* Fix more clippy lints

* Fix xplr.util.shorten name change
1 year ago
Arijit Basu d9d2fa15e3 Minor updates 1 year ago
Arijit Basu 1212acdf99
Improve selection operations (#575)
- `:sl` to list selection.
- `:ss` to softlink.
- `:sh` to hardlink.
- Avoid conflict by adding suffix.
- Unselect individual path only on operation success.

Closes:

- https://github.com/sayanarijit/xplr/issues/572
- https://github.com/sayanarijit/xplr/issues/571
- https://github.com/sayanarijit/xplr/issues/570
1 year ago
Arijit Basu 628d2cfc26
Add xplr.util.layout_replaced (#574)
Closes: https://github.com/sayanarijit/xplr/issues/573
1 year ago
Noah Mayr f64835609c
Add xplr.util.relative_to and xplr.util.path_shorthand (#568)
* Add xplr.util.relative_to and xplr.util.path_shorthand

* Remove duplicate slash at end

* Use pwd from env and remove pathdiff package

* Some fixes and improvements

* Generate docs

* Some more improvements

* Improve selection rendering

* Improve functions with test cases

* Update docs

* Minor doc fix

* Rename path_shorthand -> shortened

* Handle homedir edgecase

Also fix init.lua

* Minor fix

* Use config argument for relative and shortened paths

* Prefix relative paths with "." and fix edge cases where we're not showing the file name

* Use and_then instead of map and flatten

* WIP: Move selection rendering to lua

* Make selection renderer function configurable on lua side

* Some improvements

* Some impovements

* Minor doc fix

* Remove symlink style

---------

Co-authored-by: Arijit Basu <sayanarijit@gmail.com>
1 year ago
Noah Mayr 1618c504fb
Add utility function xplr.util.textwrap (#567)
* Add utility function xplr.util.wrap

* Cleanup and fix formatting

* Update src/lua/util.rs

Co-authored-by: Arijit Basu <sayanarijit@users.noreply.github.com>

* Update wrap to return lines instead

* Fix doc

* Rename wrap -> text wrap

Co-authored-by: Arijit Basu <sayanarijit@users.noreply.github.com>
Co-authored-by: Arijit Basu <sayanarijit@gmail.com>
1 year ago
Arijit Basu c1fc5aee70
Add xplr.util.lscolor and xplr.util.paint (#569)
* Add xplr.util.lscolor and xplr.util.style

* Fix formatting

* Fix clippy suggestions

* Remove redundant closures

* Optimize, support NO_COLOR, and rename style to paint

* Use xplr.util.paint and xplr.util.color in init.lua

Co-authored-by: Noah Mayr <dev@noahmayr.com>
1 year ago
Arijit Basu 8c4f744bb1 Try fix gh action 1 year ago
Arijit Basu d80b1b4db8 Alternate theme 1 year ago
Arijit Basu 5f07e6143f Update v0.20.2 1 year ago
Arijit Basu 43c88b4873 Improve install instruction for macOS 1 year ago
Arijit Basu d52ccac8ba Fix file creation for mac's default bash 1 year ago
Arijit Basu 26d79bd799
Update awesome-plugins.md 1 year ago
Arijit Basu 553b4ed3d6
Fix keeping input buffer 1 year ago
Arijit Basu e9fc643bd9
Fix test 1 year ago
Arijit Basu 3afccf2a54
Doc fix 1 year ago
Arijit Basu 1d9d5f5145
Minor changes 1 year ago
Emanuel 0715e242ef fix: run cargo fmt 1 year ago
Emanuel 006c655e3a fix: restore a wrongly removed part 1 year ago
Emanuel 105e770f58 feat: complete last changes to add hooks 1 year ago
emanuel d6e33e68e3 :feat: Add hooks for mode and layout changes 1 year ago
BoolPurist 078da205ca Fixed own typo. 1 year ago
BoolPurist caa365b4a0 link to header for crates.io install is fixed 1 year ago
emanuel 4c4e7f41b4 Add style.xplr plugin to awesome-plugins.md 2 years ago
Arijit Basu e6e701b371
Update alternatives.md 2 years ago
Arijit Basu 0cd5a9163d
Minor fixes 2 years ago
Arijit Basu ac958c9532
Update awesome-plugins.md 2 years ago
Arijit Basu 7fbcd18bb4
Update util.rs 2 years ago
Arijit Basu 1369fcea9a
Update xplr.util.md 2 years ago
Arijit Basu d17489de8d Update version 2 years ago
Arijit Basu 57492b84c0
Show HelpMenu in intermediate modes
Also, use xplr.util api in xplr.fn.builtin.try_complete_path
2 years ago