mirror of
https://github.com/edu4rdshl/edu4rdshl.github.io.git
synced 2026-07-17 23:24:49 +00:00
(post-update): Smart suggestions on your Fish shell, without AI
Clarify the algorithm used
This commit is contained in:
parent
74aec0c308
commit
a8133b6054
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ based.fish uses a SQLite database to store command history and statistics. It an
|
|||
|
||||
- It considers the date of the last use, the frequency of use, and the context of the current command line input. Suggestions are made based on this information.
|
||||
- If you are in a directory where you have previously used a command multiple times, it will suggest that command first, then the second most used command, and so on.
|
||||
- For convenience, during the current session, it will always suggest your previous command first and then append the most used commands in the current directory, to replicate the "normal" behavior of most shells.
|
||||
- For convenience, during the current session, it will always suggest your previous command first and then append the most used commands in the current directory, and then then global ones. It's to replicate the "normal" behavior of most shells.
|
||||
|
||||
## Installation
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue