feat: History: Add an ability so search history across directories
Author: anki-codeCreated Feb 23, 2024Updated May 22, 2026
Labelshistory
Example:
cd ~
echo 1
echo 2
cd /tmp
echo 3
echo 4
cd ~
history dir
# echo 1
# echo 2
history dir /tmp
# echo 3
# echo 4For community
⬇️ Please click the reaction instead of leaving a +1 or comment
Source: xonsh/xonsh