mirror of
https://github.com/nikdoof/dotfiles.git
synced 2025-12-13 09:42:27 +00:00
Added PKM script for Raycast
This commit is contained in:
18
raycast/Documents/Raycast Scripts/commit-pkm.sh
Executable file
18
raycast/Documents/Raycast Scripts/commit-pkm.sh
Executable file
@@ -0,0 +1,18 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Required parameters:
|
||||
# @raycast.schemaVersion 1
|
||||
# @raycast.title Commit PKM files to GitHub
|
||||
# @raycast.mode fullOutput
|
||||
# @raycast.packageName Browsing
|
||||
|
||||
# Optional parameters:
|
||||
# @raycast.icon 💾
|
||||
|
||||
# Documentation:
|
||||
# @raycast.author Andrew Williams
|
||||
# @raycast.authorURL https://github.com/nikdoof
|
||||
# @raycast.description Pushes PKM files to GitHub repository
|
||||
|
||||
source $HOME/.config/shell-common/functions.sh
|
||||
commit-pkm
|
||||
Reference in New Issue
Block a user