Skip to content

Commit

Permalink
chore: add example script integrations
Browse files Browse the repository at this point in the history
  • Loading branch information
syntaxbullet committed Jan 16, 2024
1 parent 55fb8fb commit ceea000
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/list-with-tag.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#! /bin/bash
tag=$1
citrine list | grep -E "tags:.*$tag"
2 changes: 2 additions & 0 deletions scripts/show-completed.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#! bin/bash
citrine list | grep -E "[x]"
2 changes: 2 additions & 0 deletions scripts/sort-by-priority.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#! bin/bash
citrine list | grep -E 'priority: [0-9]+' | grep -E '[0-9]+' | sort -nr

0 comments on commit ceea000

Please sign in to comment.