-
Notifications
You must be signed in to change notification settings - Fork 785
ani-cli V4 #955
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
Merged
ani-cli V4 #955
Changes from all commits
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
4674574
resourced to allanime
CoolnsX 1d6f425
feat: nth and external launcher
justchokingaround d7b132c
feat: loop control logic
Derisis13 8feebb2
feat: `launcher` and `nth` prompt-message
Derisis13 0b3fb94
chore: GPL3 preabmle
Derisis13 24b2b06
feat: gogoanime resolution parsing
CoolnsX 61bdbb8
chore: made all sed uniform with `|` separator
Derisis13 180206e
fix: next/previous work for non-integer episodes
Derisis13 aba867d
feat: quality selection works
Derisis13 bc60f4a
feat: leaner quality selection by @71zenith
Derisis13 00dc525
feat: mpv and untested vlc/syncplay/download
Derisis13 fa84d9d
chore: removed shellcheck exceptions
Derisis13 7b95f6f
feat: downloads, fix : .5 episode streaming
CoolnsX 709b6dc
feat: window titles
Derisis13 c846278
fix: select quality returns multiple urls
Derisis13 187a8b6
docs: updated PR template (might change further)
Derisis13 6bc8935
feat: script parameters can be set with env-vars
Derisis13 9e69070
feat: argument parsing
Derisis13 7a06a9c
feat: `--version` and `--help` now work
Derisis13 f90d6ee
fix: all links are now printed in debug mode
Derisis13 78a3e20
feat: added dependency checker
justchokingaround ef33ccd
feat: episode arg
justchokingaround 359e7e9
feat: self-update
justchokingaround 82d2182
:shrug: <- don't do commits like this pls
Nannk 4670479
feat: better player support
CoolnsX fe08bfa
feat: vlc player support for all OS
CoolnsX ac95410
fix: -A -> -U in wget
CoolnsX d7988ff
feat: use external menu for query
justchokingaround df690dc
docs: add back zenith as maintainer
port19x 471d33c
feat: history
Derisis13 8bb2034
fix: die when optarg is missing from `-q` or `-e`
Derisis13 a459f1e
feat: option for dub mode
Derisis13 262e9e9
feat: range selection
justchokingaround ad9dac6
steamdeck readme stuff (#976)
Nannk 2307b20
feat: if terminal then external menu 0, else 1
justchokingaround f9ee701
feat: add line number to menu
71zenith 4faa1c8
docs: readme update
port19x 2ddcad8
docs: manpage
Derisis13 b26e007
docs: expand on PR template
port19x a669ec4
chore: v4.0 -> v4.0.0
port19x File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Binary file not shown.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,5 @@ | ||
| * @port19x | ||
| /.assets/ @iamchokerman | ||
| README.md @iamchokerman | ||
| /.assets/ @justchokingaround | ||
| README.md @justchokingaround | ||
| hist_transition.sh @Derisis13 | ||
| ani-cli.1 @Derisis13 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this section is a bit lengthy, I'm open to ideas what to do with installation instructions (wiki tab?)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I agree. Having all this in the main readme is a bit much.
<details>could also be a solution, so it's hidden by default but can be folded out.