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

[Package Request] moreutils ts #6199

Open
martinjonsson01 opened this issue Aug 25, 2024 · 2 comments · May be fixed by #6227
Open

[Package Request] moreutils ts #6199

martinjonsson01 opened this issue Aug 25, 2024 · 2 comments · May be fixed by #6227
Assignees
Labels
request request for new package synocli-misc

Comments

@martinjonsson01
Copy link

martinjonsson01 commented Aug 25, 2024

Software Name

moreutils

Brief Description

SynoCLI misc. Tools already includes some moreutils programs, but not ts. It's a program which adds timestamps to standard input:

$ (echo a; sleep 1; echo b; sleep 3; echo c; sleep 2; echo d; sleep 1) | ts
Feb 09 14:34:51 a
Feb 09 14:34:52 b
Feb 09 14:34:55 c
Feb 09 14:34:57 d

This can be used to improve logging for programs which do not include their own timestamps by piping them into ts.

Website

https://joeyh.name/code/moreutils/

Documentation

https://joeyh.name/code/moreutils/

Build/Installation documentation

$ gmake

Source code

git://git.joeyh.name/moreutils

OpenSource License

GPLv2

@martinjonsson01 martinjonsson01 added the request request for new package label Aug 25, 2024
@hgy59 hgy59 self-assigned this Sep 11, 2024
@hgy59
Copy link
Contributor

hgy59 commented Sep 11, 2024

@martinjonsson01 ts is easy to include in the synocli-misc package.
ts is a perl script so you must install the Perl package by synology.

My intention is to not add perl as a package dependency and you must know by your own that you have to install perl to use ts.

@hgy59 hgy59 linked a pull request Sep 11, 2024 that will close this issue
6 tasks
@martinjonsson01
Copy link
Author

Sounds good, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
request request for new package synocli-misc
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants