You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using negative indices to index from the end is broken with commit a4c5de9, tested and verified with git bisect:
Current behaviour:
$ buku -p -1
[ERROR] No matching index [-1]
Expected behaviour:
$ buku -p -1
1542. GitHub - jarun/buku: :bookmark: Personal mini-web in text
> https://github.com/jarun/buku/
+ :bookmark: Personal mini-web in text. Contribute to jarun/buku development by creating an account on GitHub.
# tool
The text was updated successfully, but these errors were encountered:
yigitsever
changed the title
-n to index from end broken
-n to index from end is broken
Sep 17, 2024
Hello,
Using negative indices to index from the end is broken with commit a4c5de9, tested and verified with
git bisect
:Current behaviour:
Expected behaviour:
The text was updated successfully, but these errors were encountered: