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
So I don't know whether my tdrop needs update to the version in this repo.
Even if I added a --version flag, you wouldn't be abe to know if things had changed without a separate check because I'm not tagging every commit. Some software can show the commit hash in the --version output (by getting/setting it at build time), but that's not possible here if you're just downloading the tdrop file.
It would be much simpler for you to just clone the repo somewhere, add it to your path, and just run git pull to get any updates. Even better to follow the suggested installation instructions and run sudo make install afterwards so you get an up-to-date manpage and don't need to alter your path.
I notice that there is version for tdrop:
Update changelog and documentation and bump version to 0.5.0
I don't install tdrop using package manager or makefile, I simply copy the tdrop script into my PATH.
I notice that there no version information inside the tdrop file. So I don't know whether my tdrop needs update to the version in this repo.
Usually I download/save the tdrop file into my local disk and diffs the two files to check if my old tdrop needs updates.
So please add
--version
to store the version information since tdrop has a version.The text was updated successfully, but these errors were encountered: