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

tail pages looks broken #4203

Closed
shynekomaid opened this issue Jul 17, 2020 · 4 comments
Closed

tail pages looks broken #4203

shynekomaid opened this issue Jul 17, 2020 · 4 comments
Labels
clients Issues pertaining to a particular client or the clients as whole.

Comments

@shynekomaid
Copy link
Contributor

shynekomaid commented Jul 17, 2020

If open tail page from tldr.sh, all good, but, if i do tldr tail i see that:

tldr tail
tail
Display the last part of a file.

 - Show last 'num' lines in file:
   tail -n {{num}} {{file}}

 - Show all file since line 'num':
   tail -n +{{num}} {{file}}

 - Show last 'num' bytes in file:
   tail -c {{num}} {{file}}

 - Keep reading file until 
   Ctrl + C
:
   tail -f {{file}}

 - Keep reading file until 
   Ctrl + C
, even if the file is rotated:
   tail -F {{file}}

 - Show last 'num' lines in 'file' and refresh every 'n' seconds:
   tail -n {{num}} -s {{n}} -f {{file}}
@sbrl
Copy link
Member

sbrl commented Jul 17, 2020

Hey there, @tminei! Which client are you using (i.e. how did you install tldr)? This sounds like a bug in the client, not the page itself if I'm understanding this correctly.

@sbrl sbrl added the clients Issues pertaining to a particular client or the clients as whole. label Jul 17, 2020
@shynekomaid
Copy link
Contributor Author

Hey there, @tminei! Which client are you using (i.e. how did you install tldr)? This sounds like a bug in the client, not the page itself if I'm understanding this correctly.

Hi, i use ubuntu and install tldr from apt: sudo apt install tldr. When i use current ver from GH all okay.

@zlatanvasovic
Copy link
Contributor

zlatanvasovic commented Jul 17, 2020

@tminei That version is some old Python-based client. You should try something more recent like https://github.com/tldr-pages/tldr-python-client or https://github.com/tldr-pages/tldr-node-client.

If you agree, I suggest this issue to be closed and moved into #4044, as it's regarding an inactive "client". It maybe should be noted that it is unmaintained and that people should use another client instead.

@shynekomaid
Copy link
Contributor Author

сlose

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
clients Issues pertaining to a particular client or the clients as whole.
Projects
None yet
Development

No branches or pull requests

3 participants