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

feat: add mattn/twty #7412

Merged
merged 2 commits into from Oct 27, 2022
Merged

Conversation

ponkio-o
Copy link
Sponsor Contributor

@ponkio-o ponkio-o commented Oct 27, 2022

#7412 mattn/twty: command-line twitter client written in golang

$ aqua g -i mattn/twty

How to confirm if this package works well

Reviewers aren't necessarily familiar with this package, so please describe how to confirm if this package works well. Please confirm if this package works well yourself as much as possible.

Command and output

$ twty --help
Usage of twty:
  -a PROFILE: switch profile to load configuration file.
  -f ID: specify favorite ID
  -i ID: specify in-reply ID, if not specify text, it will be RT.
  -l USER/LIST: show list's timeline (ex: mattn_jp/subtech)
  -m FILE: upload media
  -u USER: show user's timeline
  -s WORD: search timeline
  -S DELAY tweets after DELAY
  -json: as JSON
  -r: show replies
  -v: detail display
  -ff FILENAME: post utf-8 string from a file("-" means STDIN)
  -count NUMBER: show NUMBER tweets at timeline.
  -since DATE: show tweets created after the DATE (ex. 2017-05-01)
  -until DATE: show tweets created before the DATE (ex. 2017-05-31)
  -since_id NUMBER: show tweets that have ids greater than NUMBER.
  -max_id NUMBER: show tweets that have ids lower than NUMBER.

If files such as configuration file are needed, please share them.

$ twty -u szkdash
szkdash: 200โญ
https://t.co/ond8eQzeLt
szkdash: GitHub Actions: Deprecating save-state and set-output commands https://t.co/lN2dtZTvEp
szkdash: Released aqua-registry v3.74.0 ๐ŸŽ‰
New:
protocolbuffers/protobuf/protoc: Protocol Buffers - Google's data interchange format

Thanks, mikutas
https://t.co/xwN0xCaXWP
#aquaclivm
szkdash: Released aqua-registry v3.75.0 ๐ŸŽ‰

New:
tridentctl
containerd
crun
fuse-overlayfs
bigquery-emulator
kubeadm
kubectl-convert
runc
rootlesskit
slirp4netns

Thanks ponkio-o and takumin
https://t.co/GfrzCjqstf
#aquaclivm
szkdash: GitHub, `Copy permalink` ใ‹ใ‚‰ revision ๅ›บๅฎšใ—ใฆ Link ๅ–ๅพ—ใงใใ‚‹ใ‚“ใ  https://t.co/Gz7iLbTaLK
szkdash: GITHUB_STEP_SUMMARY ใฎ bug, https://t.co/Qd0dYTA5WC ใ‹ใ‚‰ๅ ฑๅ‘Šใ—ใŸใ‚‰ไฟฎๆญฃใ•ใ‚ŒใŸ
https://t.co/yc11hnzq52
szkdash: reply ใซใ‚‚ๆ›ธใ„ใฆใŠใ“ใ†
https://t.co/uzRt719muL
szkdash: Released tfaction v0.5.19 ๐ŸŽ‰

- Use GITHUB_OUTPUT instead of deprecated set-output command
- Use GITHUB_SERVER_URL for GitHub Enterprise

https://t.co/o5om97ZXtr
szkdash: Released aqua-registry v3.76.0 ๐ŸŽ‰

New:
GoogleCloudPlatform/cloud-sql-proxy
containerd/fuse-overlayfs-snapshotter
hashicorp/boundary

Thanks ponkio-o and takumin
https://t.co/7Lhz4gGWeg
#aquaclivm
szkdash: https://t.co/AbZkJl7nht
szkdash: Renovate's github-actions manager supports digest pinning while following the action version tag.
https://t.co/HpWqoMb78i
szkdash: Renovate "helpers:pinGitHubActionDigests" preset is very useful...
https://t.co/HpWqoMb78i
szkdash: aqua-registry has supported over 900 packages ๐ŸŽ‰
Thank you, all contributors!
#aquaclivm https://t.co/AjsYtyRmkp
szkdash: Released aqua-registry v3.78.0 ๐ŸŽ‰

New:
k1LoW/awsdo
kyverno/kyverno
folbricht/desync
dbrgn/tealdeer

Thanks, ponkio-o, sheldonhull, and takumin
https://t.co/u5YfseXEU8
#aquaclivm
szkdash: @dbrgn had tealdeer added to aqua project. Thanks for this tool. I finally groked how to use tar๐Ÿ˜† https://t.co/KBrjWi3gzo ๐ŸŽ‰
szkdash: The Platform Values of Earthly
https://t.co/Trddxbn9Ni
szkdash: @ibuildthecloud Aqua! Best solution Iโ€™ve found and Iโ€™ve done asdf, brew, go-updater scripts and more.  My entire dev setup 90% is now done in seconds through aqua!
szkdash: Released aqua-registry v3.81.0 ๐ŸŽ‰

New:
bitwarden/clients
handlename/ssmwrap
kyoshidajp/ghkw
wakatime/wakatime-cli

Thanks,  ponkio-o and CrystalMethod
https://t.co/hbVuTEyFAq
#aquaclivm
szkdash: tfaction ใฎๅฐŽๅ…ฅไบ‹ไพ‹ใ ใ€‚ใ‚ใ‚ŠใŒใจใ†ใ”ใ–ใ„ใพใ™๏ผ https://t.co/1GZuNO4Ee3
szkdash: Released aqua-registry v3.82.0 ๐ŸŽ‰

New:
drud/ddev: Local web development environment system for PHP
librespeed/speedtest-cli: CLI for LibreSpeed
making/rsc: curl for RSocket
ysugimoto/falco: VCL parser and linter optimized for Fastly

https://t.co/S4cqTVx4e6
#aquaclivm

Reference

  • help command
    • twty --help

[mattn/twty](https://github.com/mattn/twty): command-line twitter client written in golang

```console
$ aqua g -i mattn/twty
```

## How to confirm if this package works well

Reviewers aren't necessarily familiar with this package, so please describe how to confirm if this package works well.
Please confirm if this package works well yourself as much as possible.

Command and output

```console
$
```

If files such as configuration file are needed, please share them.

```
```

Reference

-
@suzuki-shunsuke suzuki-shunsuke added the enhancement New feature or request label Oct 27, 2022
@suzuki-shunsuke suzuki-shunsuke added this to the v3.82.1 milestone Oct 27, 2022
@suzuki-shunsuke
Copy link
Member

Thank you always!

@suzuki-shunsuke
Copy link
Member

5dff349 Supported old versions.

@suzuki-shunsuke suzuki-shunsuke merged commit a96ab43 into aquaproj:main Oct 27, 2022
@suzuki-shunsuke
Copy link
Member

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants