Commit Graph

6 Commits

Author SHA1 Message Date
ChrisJr404 f8886563dd
feat(db): add opt-in _ZO_RANKING_MODE=recency
Adds a new environment variable that lets users opt out of the
frecency-weighted ordering in favour of plain "most recently used"
ordering, addressing #1231.

- frecency (default) keeps the existing rank-times-recency-bucket score
- recency uses last_accessed directly, so popularity from months ago
  never beats a directory you just visited

The displayed `--score` value stays the frecency value in both modes so
existing tooling around `zoxide query --score` is unaffected, and the
on-disk format is unchanged.

Signed-off-by: ChrisJr404 <chris@hacknow.com>
2026-05-10 16:26:43 -04:00
Ajeet D'Souza 118a37f576 Remove dot from manpage URL 2022-08-30 20:07:58 +05:30
sitiom f2857f229f
Fix Windows _ZO_DATA_DIR path in docs (#355) 2022-02-27 19:10:08 +05:30
Ajeet D'Souza ea096ac3ca Upgrade to Rust 1.59, strip binaries 2022-02-25 09:49:45 +05:30
Ajeet D'Souza bd71cf3a5d Update README 2022-01-21 03:19:12 +05:30
Ajeet D'Souza cf8dc69dda Move manpages to man/man1 2021-12-27 02:17:06 +05:30