We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
list で最新25件しか閲覧できない。
$ gdbt list --less-like $ gdbt list -l
f, b, g, G, j, kでlessライクに見れないか? 入力をreturnしないで受け取れるか? https://stackoverflow.com/questions/15159118/read-a-character-from-standard-input-in-go-without-pressing-enter
$ gdbt list --number-of-pages ${N} $ gdbt list -n ${N}
N回ページングした場合のメッセージリストを結合して表示する 一括で取得するわけではないので、Nに比例してIdobataWebAPIの待ち時間が伸びる。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
list で最新25件しか閲覧できない。
less案
f, b, g, G, j, kでlessライクに見れないか?
入力をreturnしないで受け取れるか?
https://stackoverflow.com/questions/15159118/read-a-character-from-standard-input-in-go-without-pressing-enter
pages案
N回ページングした場合のメッセージリストを結合して表示する
一括で取得するわけではないので、Nに比例してIdobataWebAPIの待ち時間が伸びる。
The text was updated successfully, but these errors were encountered: