Skip to content

Commit

Permalink
Version 2.40
Browse files Browse the repository at this point in the history
2.40
9 October 2021
* Toggle Fav List Does not Work #49
  • Loading branch information
Jaroslaw Hartman committed Oct 9, 2021
1 parent 0bd8fa4 commit 5396d73
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
Binary file renamed TimeZones-v2.30.zip → TimeZones-v2.40.zip
Binary file not shown.
Binary file added TimeZones.alfredworkflow
Binary file not shown.
7 changes: 5 additions & 2 deletions source/toggle_fav_city.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@ source includes.sh

search="$1" #Alfred argument

# Strip off time, e.g. in New York, 7:20
search="${search/,*/}"
# searchip off time, e.g. in New York, 7:20
# searching passed: 7:20 (New York)
# extract City from the braces
search=${search#*(}
search=${search%)*}

tmp_timezone_file="${timezone_file}.tmp"

Expand Down

0 comments on commit 5396d73

Please sign in to comment.