mirror of
https://github.com/IlanCosman/tide.git
synced 2024-11-25 22:13:46 +03:00
Make scripts executable
This commit is contained in:
parent
4c1931dffd
commit
3ab83dfcc6
2
tools/closest_color.py
Normal file → Executable file
2
tools/closest_color.py
Normal file → Executable file
@ -1,3 +1,5 @@
|
|||||||
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
from colormath.color_conversions import convert_color
|
from colormath.color_conversions import convert_color
|
||||||
|
2
tools/swatch.fish
Normal file → Executable file
2
tools/swatch.fish
Normal file → Executable file
@ -1,3 +1,5 @@
|
|||||||
|
#!/usr/bin/env fish
|
||||||
|
|
||||||
set -l height_in_lines 2
|
set -l height_in_lines 2
|
||||||
|
|
||||||
set -l width_in_chars (math --scale=0 $height_in_lines x 2.5) # 2.5 = ratio
|
set -l width_in_chars (math --scale=0 $height_in_lines x 2.5) # 2.5 = ratio
|
||||||
|
Loading…
Reference in New Issue
Block a user