Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions extensions/organize-desktop-by-date/extension.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# cai-extension
name: Organize Desktop by Date
description: Move Desktop files into a dated folder
author: kisyaki
version: "1.0"
tags: [productivity, organization]
icon: folder.badge.gearshape
type: shell
command: "mkdir -p ~/Desktop/$(date +%Y-%m-%d) && mv ~/Desktop/*.* ~/Desktop/$(date +%Y-%m-%d)/"
9 changes: 9 additions & 0 deletions extensions/search-discogs/extension.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# cai-extension
name: Search Discogs
description: Search Discogs for an album or artist
author: kisyaki
version: "1.0"
tags: [search, music]
icon: opticaldisc.fill
type: url
url: "https://www.discogs.com/search/?q=%s"
9 changes: 9 additions & 0 deletions extensions/search-spotify/extension.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# cai-extension
name: Search Spotify
description: Search Spotify for a song or artist
author: kisyaki
version: "1.0"
tags: [search, music]
icon: music.note
type: url
url: "https://open.spotify.com/search/%s"
9 changes: 9 additions & 0 deletions extensions/search-urban-dictionary/extension.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# cai-extension
name: Search Urban Dictionary
description: Look up slang on Urban Dictionary
author: kisyaki
version: "1.0"
tags: [search, reference]
icon: character.book.closed.fill
type: url
url: "https://www.urbandictionary.com/define.php?term=%s"
Loading