index
:
cws-status
master
Check the publish status of Google Chrome Web Store extensions from the command line
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2023-11-10
Increase version v0.0.3 -> v0.0.4
HEAD
v0.0.4
master
Teddy Wing
2023-11-10
cws-status: Show error message when regex input does not match items
Teddy Wing
2023-08-08
Increase version v0.0.2 -> v0.0.3
v0.0.3
Teddy Wing
2023-08-08
cws-status: Fix out of bounds error on `item_statuses`
Teddy Wing
2023-08-08
cws-status: Investigate out of bounds error
Teddy Wing
2023-05-15
Increase version v0.0.1 -> v0.0.2
v0.0.2
Teddy Wing
2023-05-15
cws-status: Add new logged out check
Teddy Wing
2022-06-25
cws-status: Exit with code `EX_USAGE` on argument parse error
v0.0.1
Teddy Wing
2022-06-25
cws-status: Fix typo in command line help description
Teddy Wing
2022-06-25
cws-status: Align extension name and version in two columns
Teddy Wing
2022-06-25
Add README
Teddy Wing
2022-06-25
cws-status: Add program version and `--version` command line argument
Teddy Wing
2022-06-25
cws-status: Add trailing commas
Teddy Wing
2022-06-25
cws-status: Match regex anywhere in the name
Teddy Wing
2022-06-25
Add license (GNU GPLv3+)
Teddy Wing
2022-06-25
cws-status: Add script description
Teddy Wing
2022-06-25
cws-status: Add sections to make the script easier to read
Teddy Wing
2022-06-25
cws-status: Add command line argument parsing
Teddy Wing
2022-06-25
cws-status: Add error when not authenticated
Teddy Wing
2022-06-25
cws-status: Take regex command line argument to filter extensions
Teddy Wing
2022-06-25
requirements.txt: Add 'lxml' dependency
Teddy Wing
2022-06-25
Extract extension names and publish statuses from the page
Teddy Wing
2022-06-25
Experiments downloading the Chrome Web Store dashboard page
Teddy Wing
2022-06-18
Describe idea
Teddy Wing