Latest
This commit is contained in:
parent
1a373476fb
commit
bf8c718e73
3 changed files with 58 additions and 0 deletions
48
docs/TODO.md
48
docs/TODO.md
|
@ -15,6 +15,12 @@ zsh completions have been installed to:
|
|||
Ansible roles
|
||||
https://github.com/altermo/vim-plugin-list
|
||||
Play with Navi and configure cheat repos
|
||||
https://github.com/kelleyma49/PSFzf
|
||||
https://github.com/jdhitsolutions/PSScriptTools
|
||||
https://github.com/devblackops/Terminal-Icons
|
||||
https://github.com/dfinke/ImportExcel
|
||||
https://github.com/Disassembler0/Win10-Initial-Setup-Script
|
||||
https://github.com/mandiant/flare-vm
|
||||
|
||||
## Pending
|
||||
|
||||
|
@ -182,6 +188,7 @@ https://github.com/rigoneri/Syte3
|
|||
* sysget
|
||||
* https://github.com/therootcompany/serviceman
|
||||
* https://github.com/vadimdemedes/ink
|
||||
* https://github.com/ajenti/ajenti
|
||||
|
||||
## PHP
|
||||
|
||||
|
@ -298,6 +305,47 @@ https://github.com/hoppscotch/hoppscotch
|
|||
https://github.com/nestjs/nest
|
||||
https://github.com/storybookjs/storybook
|
||||
|
||||
https://github.com/praeclarum/Netjs
|
||||
https://github.com/PowerShell/GraphicalTools
|
||||
https://github.com/PowerShell/PSResourceGet
|
||||
https://github.com/awaescher/RepoZ
|
||||
https://github.com/PowerShell/PSScriptAnalyzer
|
||||
https://github.com/sq/JSIL
|
||||
https://github.com/dotnet/format
|
||||
https://github.com/NuGetPackageExplorer/NuGetPackageExplorer
|
||||
https://github.com/anypackage/anypackage
|
||||
https://github.com/BornToBeRoot/NETworkManager
|
||||
https://github.com/actions/runner
|
||||
https://github.com/hbons/SparkleShare
|
||||
https://github.com/gitextensions/gitextensions
|
||||
https://github.com/mRemoteNG/mRemoteNG
|
||||
https://github.com/MathewSachin/Captura
|
||||
https://github.com/felixse/FluentTerminal
|
||||
https://github.com/carlospolop/PEASS-ng
|
||||
|
||||
|
||||
https://github.com/utmapp/UTM
|
||||
https://github.com/CodeEditApp/CodeEdit
|
||||
https://github.com/ianyh/Amethyst
|
||||
https://github.com/pock/pock
|
||||
https://github.com/lwouis/alt-tab-macos
|
||||
https://github.com/ObuchiYuki/DevToysMac
|
||||
https://github.com/Mortennn/Dozer
|
||||
https://github.com/Clipy/Clipy
|
||||
https://github.com/Toxblh/MTMR
|
||||
https://github.com/Dimillian/RedditOS
|
||||
https://github.com/alin23/Lunar
|
||||
https://github.com/sindresorhus/Plash
|
||||
https://github.com/swiftbar/SwiftBar
|
||||
https://github.com/sindresorhus/Actions
|
||||
https://github.com/superhighfives/pika
|
||||
https://github.com/halo/LinkLiar
|
||||
https://github.com/producthunt/producthunt-osx
|
||||
https://github.com/Mortennn/FiScript
|
||||
https://github.com/zenangst/Syncalicious
|
||||
https://github.com/soduto/Soduto
|
||||
https://github.com/wulkano/Plug
|
||||
|
||||
Add to KDE plugins:
|
||||
https://github.com/Bismuth-Forge/bismuth
|
||||
|
||||
|
|
|
@ -494,6 +494,7 @@ softwareGroups:
|
|||
- firefox
|
||||
- flow-launcher
|
||||
- fonts
|
||||
- iina
|
||||
- kvantum
|
||||
- lapce
|
||||
- malwarebytes
|
||||
|
|
|
@ -609,6 +609,15 @@ softwarePackages:
|
|||
ariang:
|
||||
_when:cask: echo '! test -d "/Applications/AriaNg Native.app"' | bash
|
||||
cask: ariang
|
||||
iina:
|
||||
_bin: null
|
||||
_desc: The modern video player for macOS.
|
||||
_docs: https://iina.io/
|
||||
_github: https://github.com/iina/iina
|
||||
_home: https://iina.io/
|
||||
_name: iina macOS Video Player
|
||||
_when:cask: echo '! test -d /Applications/iina.app' | bash
|
||||
cask: iina
|
||||
asciinema:
|
||||
_bin: asciinema
|
||||
_desc: '[Asciinema](https://asciinema.org) allows you to record and share your terminal sessions, the simple way'
|
||||
|
|
Loading…
Reference in a new issue