Replies: 8 comments
-
|
Just to be sure, in Git for Windows (bash) I ran the following command $ cat ./time.klg | vim -, which successfully piped stdin to vim. |
Beta Was this translation helpful? Give feedback.
-
|
Edit: Forgot to add klog version |
Beta Was this translation helpful? Give feedback.
-
|
I also attempted this using pure C:\Users\vladde>echo "2021-04-26" | .\klog.exe total
Error: No input given
Please do one of the following:
a) pass one or multiple file names as argument
b) pipe file contents via stdin
c) specify a bookmark to read from by default
C:\Users\vladde> |
Beta Was this translation helpful? Give feedback.
-
|
Thanks for reporting, I can reproduce this. |
Beta Was this translation helpful? Give feedback.
-
|
I still experience this issue, even after compiling newest version. PS C:\Users\vladde> klog version
Command line tool: v2.2 [0bb0d83]
File format: version 1 (RFC)
Checking for newer version...
You already have the latest version!
PS C:\Users\vladde> echo 2020-01-01 | klog json
Error: No input given
Please do one of the following:
a) pass one or multiple file names as argument
b) pipe file contents via stdin
c) specify a bookmark to read from by default
PS C:\Users\vladde>Tested with PowerShell, Git for Windows (bash), and pure cmd.exe on Windows 10 Pro (19042.928). |
Beta Was this translation helpful? Give feedback.
-
|
If I can help with testing and so forth, tell me and I'll do my best to help out. |
Beta Was this translation helpful? Give feedback.
-
|
Are you certain you have run the compiled binary and not your globally installed one? Because for the self-compiled binary the version output says |
Beta Was this translation helpful? Give feedback.
-
|
You are completely right. I did not properly update my binary. Works perfectly now 👍 |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am attempting to pipe output to
klog.exeon Windows, versionv2.2 [0bb0d83].In this example I receive the following error:
This was attempted using PowerShell 7 (Preview) and Git for Windows (bash) respectively.
Beta Was this translation helpful? Give feedback.
All reactions