-
Notifications
You must be signed in to change notification settings - Fork 18
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
Refresh shortcut #2
Comments
That would be nice! 👍 |
Hey @nrosvall, thanks for the feedback. A refresh feature would be helpful indeed. I already have a working version of it under If you want to try this feature while it's under development: # Clone this repository
$ git clone git@github.com:rafaelrinaldi/hn-cli.git
# Go to the feature branch
$ cd hn-cli && git checkout feat/refresh
# Link the binary to your /usr/local
$ npm link Thanks! |
@nrosvall I've played with the idea of a status bar UI. It displays your progress on the list and also when you refresh the list it will show the last update date. Check the screen recording: What do you think? |
Hi, Thanks! Works well, really nice to have :) |
@nrosvall Sweet. I will make a few tweaks and it publish a new release with this feature soon. Thanks for your feedback. |
Thanks! Great work! |
Hi,
Thanks. Really nice program. It would be nice to have a refresh feature, maybe with "r" key.
The text was updated successfully, but these errors were encountered: