Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doesn't work on fish #39

Closed
dy-tea opened this issue Dec 4, 2024 · 6 comments
Closed

Doesn't work on fish #39

dy-tea opened this issue Dec 4, 2024 · 6 comments
Labels
bug Something isn't working

Comments

@dy-tea
Copy link

dy-tea commented Dec 4, 2024

Running cmd-wrapped -s fish 2024:

image

Noticed that in the code you call fish with a -show-time option, which does not exist.

Instead just call fish -c history which displays the history in the format:

2023-10-14 16:37:42 sudo pacman -S yay
YYYY-MM-DD HH:MM:SS command
@MemerGamer
Copy link

I have the same problem

@YiNNx YiNNx added the bug Something isn't working label Dec 6, 2024
@YiNNx
Copy link
Owner

YiNNx commented Dec 6, 2024

Could you share the fish version and operating system?

@dy-tea
Copy link
Author

dy-tea commented Dec 6, 2024

fish: version 3.7.1
kernel: 6.12.1-2-cachyos

@feebrian
Copy link

feebrian commented Dec 7, 2024

hey, i think i figured it out this issue, there is a line in history.rs that says history -show-time='%s;' but the correct one is history --show-time='%s;' just change that then cargo build and you will get the history list displayed :)
2024-12-08-064850_1920x1080_scrot

@YiNNx
Copy link
Owner

YiNNx commented Dec 8, 2024

@feebrian Thanks!

Fixed in #41

@YiNNx YiNNx closed this as completed Dec 8, 2024
@feebrian
Copy link

feebrian commented Dec 8, 2024

@feebrian Thanks!

Fixed in #41

yup, i got you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants