File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ #! /bin/bash
2+
3+ # This file is part of the TinyTools distribution (https://github.com/Calebe94/TinyTools).
14# Copyright (C) 2021 TinyTools
25#
36# This program is free software: you can redistribute it and/or modify
1316# You should have received a copy of the GNU General Public License
1417# along with this program. If not, see <http://www.gnu.org/licenses/>.
1518#
16- #!/bin/bash
1719
1820# ###################################################################################################
1921# Variables used in the script.
Original file line number Diff line number Diff line change 1+ #!/usr/bin/python3
2+
13"""
24Copyright (C) 2021 TinyTools
35
@@ -15,7 +17,6 @@ You should have received a copy of the GNU General Public License
1517along with this program. If not, see <http://www.gnu.org/licenses/>.
1618
1719"""
18- #!/usr/bin/python
1920
2021import os
2122import datetime
Original file line number Diff line number Diff line change 1+ #! /bin/bash
2+
3+ # This file is part of the TinyTools distribution (https://github.com/Calebe94/TinyTools).
14# Copyright (C) 2021 TinyTools
25#
36# This program is free software: you can redistribute it and/or modify
1316# You should have received a copy of the GNU General Public License
1417# along with this program. If not, see <http://www.gnu.org/licenses/>.
1518#
16- #!/bin/bash
19+
1720#
1821# Command example
1922# sleep 1 && terminal-notifier -message "Para de Estudar" -title "Pomodoro" && afplay /System/Library/Sounds/Glass.aiff
Original file line number Diff line number Diff line change 1+ #! /bin/bash
2+
3+ # This file is part of the TinyTools distribution (https://github.com/Calebe94/TinyTools).
14# Copyright (C) 2021 TinyTools
25#
36# This program is free software: you can redistribute it and/or modify
1316# You should have received a copy of the GNU General Public License
1417# along with this program. If not, see <http://www.gnu.org/licenses/>.
1518#
16- #!/bin/bash
1719
1820# Default progress will be counted 5 by 5.
1921# where 20 '#' will be equal to 100%.
Original file line number Diff line number Diff line change 1+ #! /bin/bash
2+
3+ # This file is part of the TinyTools distribution (https://github.com/Calebe94/TinyTools).
14# Copyright (C) 2021 TinyTools
25#
36# This program is free software: you can redistribute it and/or modify
1316# You should have received a copy of the GNU General Public License
1417# along with this program. If not, see <http://www.gnu.org/licenses/>.
1518#
16- #!/bin/bash
1719
1820CONFIG=/etc/tinytools/params.yaml
1921
Original file line number Diff line number Diff line change 1+ #! /bin/bash
2+
3+ # This file is part of the TinyTools distribution (https://github.com/Calebe94/TinyTools).
14# Copyright (C) 2021 TinyTools
25#
36# This program is free software: you can redistribute it and/or modify
1316# You should have received a copy of the GNU General Public License
1417# along with this program. If not, see <http://www.gnu.org/licenses/>.
1518#
16- #!/bin/bash
1719
1820search_params=" tyaml /etc/tinytools/params.yaml"
1921
Original file line number Diff line number Diff line change 1+ #! /bin/bash
2+
3+ # This file is part of the TinyTools distribution (https://github.com/Calebe94/TinyTools).
14# Copyright (C) 2021 TinyTools
25#
36# This program is free software: you can redistribute it and/or modify
1316# You should have received a copy of the GNU General Public License
1417# along with this program. If not, see <http://www.gnu.org/licenses/>.
1518#
16- #!/bin/bash
1719
1820# ###################################################################################################
1921# Variables used in the script.
Original file line number Diff line number Diff line change 1+ #!/usr/bin/python3
2+
13"""
24Copyright (C) 2021 TinyTools
35
@@ -15,7 +17,7 @@ You should have received a copy of the GNU General Public License
1517along with this program. If not, see <http://www.gnu.org/licenses/>.
1618
1719"""
18- #!/usr/bin/python
20+
1921import os
2022import json
2123import subprocess
You can’t perform that action at this time.
0 commit comments