nowfocus 0.2.8__py3-none-any.whl → 0.2.13__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: nowfocus
3
- Version: 0.2.8
3
+ Version: 0.2.13
4
4
  Summary: nowfocus: the open source task-tracking self-control panel.
5
5
  Author: GitFr33
6
6
  Project-URL: Homepage, https://gitlab.com/GitFr33/nowfocus
@@ -42,47 +42,55 @@ Requires-Dist: tzlocal
42
42
  Requires-Dist: urllib3
43
43
  Requires-Dist: vobject
44
44
  Requires-Dist: x-wr-timezone
45
+ Requires-Dist: watchdog
45
46
  Dynamic: license-file
46
47
 
47
48
  <div align="center"><img src="https://gitlab.com/GitFr33/nowfocus/-/raw/main/nowfocus.svg" width="60" align="center">
48
49
 
49
- # *nowfocus* <br> Open-source task timer for linux
50
+ # *nowfocus* <br> Open-source task timer for Linux
50
51
 
51
52
  **Avoid multifailing. Master your to-do lists. Track your time.**
52
53
 
53
54
  </div>
54
55
 
55
- nowfocus is a clean, keyboard-driven project time tracker build with python + GTK that flexibly connects multiple to-do lists with multiple time trackers and displays your current task and time spent in the status bar.
56
+ nowfocus is a clean, keyboard-driven time management dashboard that flexibly connects multiple to-do lists with multiple time trackers and displays your current task and time spent in the status bar.
56
57
 
57
58
  ## Features
58
- - Unlimited flexible combinations of to-do lists and time tracking systems
59
- - Infinitely nestable lists
59
+
60
+ - Unlimited, flexible combinations of to-do lists and time tracking apps
60
61
  - Inactivity detection that automatically pauses time tracking
62
+ - Task prioritization
63
+ - Infinitely nestable lists
61
64
  - Pomodoro timer
62
- - Task prioritization
63
- - Time targets: set a minimum or maximum time for any task or list of tasks and get reminded to follow though
65
+ - Time targets: set a minimum or maximum time for any task or list of tasks and get reminded to follow though
64
66
  - Randomness interrupt bell (optional) to keep you on track with tracking your time
65
67
  - Keyboard-driven interface
66
68
  - Offline to-do list cache
67
- - CLI
69
+ - CLI interface
68
70
  - Run a command (or launch an application) when a task is started
71
+ - Not built with Electron ♥
72
+ - Follows system dark-mode
73
+ - Lightening fast task search
69
74
 
70
-
71
- <img src="https://gitlab.com/GitFr33/nowfocus/-/raw/main/docs/Screenshot-25-09-23-11-42-56.webp" width="500">
72
- <img src="https://gitlab.com/GitFr33/nowfocus/-/raw/main/docs/Screenshot-25-09-23-11-46-14.webp" width="400">
73
- <img src="https://gitlab.com/GitFr33/nowfocus/-/raw/main/docs/Screenshot-25-09-23-11-53-22.webp" width="400">
75
+ <table><tr><td>
76
+ <a href="https://gitlab.com/GitFr33/nowfocus/-/raw/main/docs/darkmode.webp"><img src="https://gitlab.com/GitFr33/nowfocus/-/raw/main/docs/darkmode.webp" height="200"></a></td><td>
77
+ <a href="https://gitlab.com/GitFr33/nowfocus/-/raw/main/docs/Screenshot-25-09-23-11-42-56.webp"><img src="https://gitlab.com/GitFr33/nowfocus/-/raw/main/docs/Screenshot-25-09-23-11-42-56.webp" height="200"></a></td><td>
78
+ <a href="https://gitlab.com/GitFr33/nowfocus/-/raw/main/docs/Screenshot-25-09-23-11-46-14.webp"><img src="https://gitlab.com/GitFr33/nowfocus/-/raw/main/docs/Screenshot-25-09-23-11-46-14.webp" height="200"></a></td><td>
79
+ <a href="https://gitlab.com/GitFr33/nowfocus/-/raw/main/docs/Screenshot-25-09-23-11-53-22.webp"><img src="https://gitlab.com/GitFr33/nowfocus/-/raw/main/docs/Screenshot-25-09-23-11-53-22.webp" height="200"></a></td></tr></table>
74
80
 
75
81
  <br>
76
82
 
77
83
  ### Currently Supported To-do List Backends
78
84
 
79
- - Simple text or markdown file with indentation based sub-lists
80
- - Any to-do list that supports [CalDav todos](https://en.wikipedia.org/wiki/CalDAV)
81
- - [todotxt format](http://todotxt.org/)
85
+ - [Trello](https://www.trello.com)
82
86
  - [TaskWarrior](https://taskwarrior.org/)
87
+ - [todo.txt format](http://todotxt.org/)
83
88
  - [Vikunja](https://www.vikunja.io)
84
89
  - [Photosynthesis Timetracker](https://github.com/Photosynthesis/Timetracker/)
85
- - [Trello](https://www.trello.com)
90
+ - Simple text file with indentation based sub-lists
91
+ - Any to-do list that supports [CalDav todos](https://en.wikipedia.org/wiki/CalDAV)
92
+
93
+
86
94
 
87
95
  ### Currently Supported Time Tracker Backends
88
96
 
@@ -95,33 +103,43 @@ nowfocus is a clean, keyboard-driven project time tracker build with python + GT
95
103
  ## Installation
96
104
 
97
105
  1. Run the following in terminal to install and setup:
98
- ```
99
- # Install dependencies
100
- sudo apt install pipx gir1.2-appindicator3-0.1 meson libdbus-glib-1-dev patchelf libgirepository1.0-dev gcc libcairo2-dev pkg-config python3-dev
106
+ ```
107
+ # Install dependencies
108
+ sudo apt install pipx gir1.2-appindicator3-0.1 meson libdbus-glib-1-dev patchelf libgirepository1.0-dev gcc libcairo2-dev pkg-config python3-dev
109
+
110
+ # note gir1.2-ayatanaappindicator3-0.1 can be substituted for gir1.2-appindicator3-0.1
101
111
 
102
- # Set up pipx
103
- pipx ensurepath
112
+ # Set up pipx
113
+ pipx ensurepath
104
114
 
105
- # At this point you may need to restart your terminal window
115
+ # At this point you may need to source your .bashrc (or open a new terminal)
106
116
 
107
- # Install nowfocus
108
- pipx install nowfocus
117
+ # Install nowfocus
118
+ pipx install nowfocus
109
119
 
110
- # Enter application directory
111
- cd ~/.local/share/pipx/venvs/nowfocus/lib/python3.12/site-packages/nowfocus/desktop-extras
120
+ # Enter application directory
121
+ cd ~/.local/share/pipx/venvs/nowfocus/lib/python3.12/site-packages/nowfocus/desktop-extras
112
122
 
113
- # Copy .desktop and icon to /usr/share
114
- sudo cp nowfocus.desktop /usr/share/applications/nowfocus.desktop
115
- sudo cp nowfocus.svg /usr/share/icons/hicolor/scalable/apps/nowfocus.svg
123
+ # Copy desktop file and icon to /usr/share
124
+ sudo cp nowfocus.desktop /usr/share/applications/nowfocus.desktop
125
+ sudo cp nowfocus.svg /usr/share/icons/hicolor/scalable/apps/nowfocus.svg
116
126
 
117
- # and now Focus!
118
- nowfocus
127
+ # and now Focus!
128
+ nowfocus
119
129
 
120
- ```
130
+ ```
121
131
 
122
- 2. Set up a keybinding (on Ubuntu or Linux Mint), open **Settings > Keyboard > Keyboard Shortcuts > Custom Shortcuts**, set the **command** to `nowfocus`, and pick whatever key combo you'd like.
132
+ 2. Set up a keybinding (on Ubuntu or Linux Mint), open **Settings > Keyboard > Keyboard Shortcuts > Custom Shortcuts**, set the keystroke to Ctrl + Space (or the combination of your choice) set the **command** to:
133
+ ```
134
+ bash -c "echo 'open_task_window' > /tmp/nowfocus-pipe"
135
+ ```
123
136
 
124
- 3. Add the following command to your startup applications: `nowfocus --force`
137
+
138
+
139
+ 3. Add the following command to your startup applications:
140
+ ```
141
+ nowfocus --force
142
+ ```
125
143
 
126
144
 
127
145
 
@@ -139,9 +157,9 @@ Open nowfocus **Settings** from the indicator menu or tasks window and connect y
139
157
  - `Shift Enter` or `Shift Click` Transfer current session time to selected task (or top task if none selected)
140
158
  - `Control Enter` or `Control Click` show opetions menu for selected (or top) task
141
159
  - `Alt Enter` or `Alt Click` Open todolist for selected (or top) task
142
- - `Ctrl + P` **Pause** current task
143
- - `Ctrl + D` Pause current task and mark it **Done**
144
- - `Ctrl + X` Cancel current task
160
+ - `Conrol + S` Pause and **save** current session
161
+ - `Conrol + D` Pause current session and mark task **Done**
162
+ - `Conrol + Q` **Quit** and discard current session
145
163
  - `Ctrl + N` **New** task
146
164
  - `Ctrl + R` **Refresh** todolists
147
165
  - `Ctrl + L` or `Ctrl + F` **Focus** the task search
@@ -165,3 +183,5 @@ Open nowfocus **Settings** from the indicator menu or tasks window and connect y
165
183
  - Change to `YOUR_INSTALL_PATH` directory with `cd YOUR_INSTALL_PATH/nowfocus`
166
184
  - build python module with `python3 -m build` (this should be done in a venv and will require some dependecies...)
167
185
  - pipx install -e --force YOUR_INSTALL_PATH/monotask/
186
+
187
+ <!--built with python + GTK -->
@@ -1,15 +1,15 @@
1
- nowfocus/__init__.py,sha256=3SHoF2gwL4sMAoUT_HCRPrnVNk3Cet1v_tc7_t9sc_4,2189
2
- nowfocus/__main__.py,sha256=S3zV5Nr1e1aEhJDjNYguvaB81K4qpEEjd5fT6IlRutg,31813
3
- nowfocus/conf.py,sha256=IqQ9x0-qgLFJxqBIZvdQhW9Z5Dryrxv1P6dHHsiEwAQ,6775
1
+ nowfocus/__init__.py,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
2
+ nowfocus/__main__.py,sha256=AHKig3rl3KnRK4chw4WcZxFTh7vu8CDXxBbl-ugDlJE,32524
3
+ nowfocus/conf.py,sha256=MZx8gPREKsrzOsTdf_LAaFB8ysMF-jMC5YQZpH6AU3E,6954
4
4
  nowfocus/example-todo.txt,sha256=HRaNcPB1k8cksTtJS1GPqMjOdOY3gAUTWiSL0_ip0q8,265
5
- nowfocus/new_task_dialog.py,sha256=rDHPyFhvs_UNITcsAw5vCK_Gl839CQYFGk3fUi_D1qE,4195
5
+ nowfocus/new_task_dialog.py,sha256=3dEkQ4Ef7Gky4BGTx59U0qNfJCdMUrGrzx8HNTGbov8,4337
6
6
  nowfocus/session_edit_dialog.py,sha256=V2QWSdNaxsQHRcG28CJBQM2sa45m5RNcu_suQF26mkM,6912
7
7
  nowfocus/session_options.py,sha256=QVwJA53U7qZsbLe-OFr6UuFeaquco_yps_CRXsQ2_q4,5078
8
8
  nowfocus/sessions.csv,sha256=kYpr06yQg_J86NQ4AiYw4RnQchcw3ouPKVYa1lYDUNo,39
9
- nowfocus/settings.py,sha256=I2tWIrIyLmzDaxuPRN7ldbSJsP_rScr4jwtruAiJNBE,35731
9
+ nowfocus/settings.py,sha256=c6Z5FSVvSEx9fm8mQkdRo1TLfxFJEJdCMiqGyElv4bs,36873
10
10
  nowfocus/styles.css,sha256=m_7YXkDD7wljw5sFrv-CEJVImRpe92ER6kMa5rCICVo,489
11
- nowfocus/task_window.py,sha256=vdvz-BU09Q_TtBlXbWF7UJ7cYu6KbXhlWukeK9gTpuE,26089
12
- nowfocus/utils.py,sha256=RBjaNAYWcszS3iIG-yo8uZg24nDp2Mk16t_wb8p6fQk,43014
11
+ nowfocus/task_window.py,sha256=aCPbiC2qXXSFrM93JWsiEVHNuIPEvldFWt98DPaD1vI,26345
12
+ nowfocus/utils.py,sha256=eTNNO27W3mWzNntIFqJ7NlCRPPd3Ud33MxiNPfbNBH8,47095
13
13
  nowfocus/connectors/activitywatch.py,sha256=QbkOmjIOiVwccWc2xhhePd0Abww5vEiVpCNjeqOyYGg,921
14
14
  nowfocus/connectors/caldav.py,sha256=PeM_9yJC8W17L8Y5AyS75o6GfzTrPoMYKIvetND8T78,5089
15
15
  nowfocus/connectors/csv.py,sha256=FwMpHM5lPIT90HKBCQUncpaW7zqFjlHjMwKR0-XWg-4,821
@@ -17,10 +17,10 @@ nowfocus/connectors/psc_timetracker.py,sha256=gyx0bQkOC467lkF7tTcoKD451u3WPEEBjA
17
17
  nowfocus/connectors/taskwarrior.py,sha256=bs1h5lxPxruNb6Pqf6HP-Do29i6NUdbBVDp_D5s06Ps,3172
18
18
  nowfocus/connectors/timewarrior.py,sha256=0Hra0GVPYdRqGtG_TbH3gzfUl192hH1DO2_WrDdrACM,698
19
19
  nowfocus/connectors/todo_template.py,sha256=R37fA2LXo8_LpWIgqozytI5RqIUjGggFHup25xTykII,1572
20
- nowfocus/connectors/todotxt.py,sha256=9vmue-QpeMh_3YbgCjFxiRpqWCtjvHxvaDWglnz6JAE,4377
20
+ nowfocus/connectors/todotxt.py,sha256=AKkHe_kv7iyk9rbXL1VwCN-ZyCluGlWP4wBcLn_Wnz4,3669
21
21
  nowfocus/connectors/trello.py,sha256=VqwnvHGXXcljmdf6kRZcE6sfeBQYhped_KVBEBOzWXM,6072
22
- nowfocus/connectors/txt.py,sha256=nFiy64oXBMV0UFELvW6tEsHTii2Fg6gq310HgDv50eI,7500
23
- nowfocus/connectors/vikunja.py,sha256=iIRB67jZScX5rzW9dhxA9gMm542n5J7DUFhroYOpI4Y,10768
22
+ nowfocus/connectors/txt.py,sha256=ybYRagybuI3AjaeJO0QFjTlGntriFqJ3aq2aN2sDOGs,7777
23
+ nowfocus/connectors/vikunja.py,sha256=jOEQGGMu9tJJXlcJwtbsqLkCTqbsSlnja-QoyBrJ9eM,10856
24
24
  nowfocus/desktop-extras/nowfocus.desktop,sha256=0kWsx0ZfvPbubGG1uuFSHxxYUw2GV9Ly_rtlboM1mak,294
25
25
  nowfocus/desktop-extras/nowfocus.png,sha256=P5rn6-0EAJa2WXf4SJoaNtLRUfiV3LdsOroPKsR6GfA,15148
26
26
  nowfocus/desktop-extras/nowfocus.svg,sha256=nps7naZzuhWWuKzQbpvxr9wLyzjmzMPzNHSBQMVetOo,2137
@@ -49,9 +49,9 @@ nowfocus/icon/settings.svg,sha256=fgkGJouPPtZLxZn2nr_5pEp9MdhRSRaW9mtdxhJHDuQ,39
49
49
  nowfocus/sound/bell-xylophone-g.mp3,sha256=1OBcRWvD87AGNcq1uZFR8HqG0nanJykImERfVDVxHD4,53891
50
50
  nowfocus/sound/dinner-bell.mp3,sha256=hjjO0xqA4uXpYw9KLwwlBnrVfRhVq1K5OXzwlMXhRn4,113620
51
51
  nowfocus/sound/xylophone-chord.mp3,sha256=gwgBSqhMt5PMzT5N03Z6TvDgipQZfnkEz_o81Rq5Z1U,131806
52
- nowfocus-0.2.8.dist-info/licenses/LICENSE,sha256=fSJzoHs1EOCwEd7FIyokFeGEma7NKmTVEdHkCr5OIV4,35127
53
- nowfocus-0.2.8.dist-info/METADATA,sha256=gQOHCcWt6-veUgS7Z6HKY6cD0CHQg55Was66VeSp3gU,6031
54
- nowfocus-0.2.8.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
55
- nowfocus-0.2.8.dist-info/entry_points.txt,sha256=RbYY19-irSoNVglNeNnL9D36cHft7aKsaEGEYoSH3pA,51
56
- nowfocus-0.2.8.dist-info/top_level.txt,sha256=3uLd9BwmfarZwqVUxkSJuVwJ8qHzjThte8rt_UYG7tE,9
57
- nowfocus-0.2.8.dist-info/RECORD,,
52
+ nowfocus-0.2.13.dist-info/licenses/LICENSE,sha256=fSJzoHs1EOCwEd7FIyokFeGEma7NKmTVEdHkCr5OIV4,35127
53
+ nowfocus-0.2.13.dist-info/METADATA,sha256=Xg2xQ1ivQml4HdpkgBbOqzoRisB_1nmzkzfLmn2jiys,7023
54
+ nowfocus-0.2.13.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
55
+ nowfocus-0.2.13.dist-info/entry_points.txt,sha256=RbYY19-irSoNVglNeNnL9D36cHft7aKsaEGEYoSH3pA,51
56
+ nowfocus-0.2.13.dist-info/top_level.txt,sha256=3uLd9BwmfarZwqVUxkSJuVwJ8qHzjThte8rt_UYG7tE,9
57
+ nowfocus-0.2.13.dist-info/RECORD,,