Billing Timer
仕事効率化
Macのみ対応
無料 · アプリ内購入
Insanely simple stopwatch timer on your mac, accessible right from the status bar.
Key features:
- Your timer will continue running even if you turn the computer off or quit the application.
- Optional: Supports automatic timer pausing when Mac goes to sleep or idle.
- You can control Billing Timer using Shortcuts app.
- You can create many timers to track time along with different activities.
- Lightweight: No Analytics, No Tracking, No Network Requests, only your timers.
- History: Review/Edit/Export your past timers.
Usage:
- Right-click on custom timers to delete/reset/add time.
- Double click to stop the current timer and start clicked one.
- Use the Settings page to change the format style of the timers.
- Drag the main window to make it floating.
さらに見る 2.3:
- Improved Timers History
2.3.1-2.3.5:
- Bug fixes
2.3.5 2023/08/03
2.3:
- Improved Timers History
2.3.1-2.3.4:
- Bug fixes
2.3.4 2023/07/31
2.3:
- Improved Timers History
2.3.1-2.3.3:
- Bug fixes
2.3.3 2022/08/28
2.3:
- Improved Timers History
2.3.1-2.3.2:
- Bug fixes
2.3.2 2022/05/12
2.3:
- Improved Timers History
2.3.1:
- Bug fixes
2.3.1 2022/05/09
Improved Timers History
2.3 2022/05/08
- New: Delete history entries.
- New: Change time interval after which timers are paused if computer is idle. Checkout a new preference in Preferences -> Advanced -> Mac Idle.
- New: Billing Timer now supports automation using Shortcuts app.
- Removed: Alfred Workflow has been removed in favor of Shortcuts actions.
2.2 2021/12/22
- New: Timers History now comes with a table interface (Premium Feature).
- Updated: Main interface has been rewritten with SwiftUI and refreshed.
- Bug fixes.
2.1 2021/12/09
2.0.1
- New: Support channel at https://t.me/s/billing_timer
- Fix: Crash in History Exporter if you have ever used “add negative time” to a timer after 2.0.0 release.
2.0.0
- New: Optimised for Apple Silicon.
- New: Timers History (Payed Feature).
- New: Export Timers History (Payed Feature).
- Improved: Small UI Tweaks
2.0.1 2021/01/06
- New: Optimised for Apple Silicon.
- New: Timers History (Payed Feature).
- New: Export Timers History (Payed Feature).
- Improved: Small UI Tweaks
2.0 2020/11/30
- New: Context menu to copy current timer value to clipboard
- Fixed: Theme bugs on older macOS versions
1.13 2019/02/24
- New: Support for Mojave Dark Mode.
- New: advanced setting which pauses active timer when no mouse or keyboard activities happens. Idle timer is 2 minutes by default, in future versions this will be customizable.
1.12 2018/10/16
- New: add timer from scripting interface (see example below).
- New: appearance setting which allows to override system appearance config.
Next:
- Detect that Mac is idle (no keyboard or mouse activities) and pause the active timer.
Example: Add Timer From Script.
App = Application("BillingTimer")
var timer = App.add_timer({name: "Made from Script"})
timer.start_timer()
1.11 2018/05/28
- New: Automatically pause an active timer when Mac goes to sleep. Check advanced tab in settings. Off by default.
Next:
- Detect that Mac is idle (no keyboard or mouse activities) and pause an active timer.
1.10 2017/01/11
- New: Flashing time separator in status bar. Check settings. Off by default.
- Fixed: Layout in the status bar when timer is running
1.9 2016/11/06
New in 1.8.4:
- Fix: Settings are saved correctly now
- Fix: Add time to stopped timer
- Fix: Theme for Graphite appearance in dark status bar
From 1.8.3:
- Fixed Alfred 3 detection
From 1.8.2:
IMPORTANT:
- startTimer AppleScript function renamed to start_timer (startTimer still working, but deprecated)
- formattedTime AppleScript property on Timer renamed to formatted_time (formattedTime still working, but deprecated)
New:
- delete_timer AppleScript function: allows to delete timers right from AppleScript
- pause_date AppleScript property on Timer objects. Allows to get formatted date when a timer has been paused.
Example Script: build worksheet from timers - https://gist.github.com/diejmon/fa840376d706401db759323633c1282d
GitHub repo for scripts, bug reports, feature requests - https://github.com/diejmon/BillingTimer-Support
1.8.4 2016/08/25
New in 1.8.3:
- Fixed Alfred 3 detection
From 1.8.2:
IMPORTANT:
- startTimer AppleScript function renamed to start_timer (startTimer still working, but deprecated)
- formattedTime AppleScript property on Timer renamed to formatted_time (formattedTime still working, but deprecated)
New:
- delete_timer AppleScript function: allows to delete timers right from AppleScript
- pause_date AppleScript property on Timer objects. Allows to get formatted date when a timer has been paused.
Example Script: build worksheet from timers - https://gist.github.com/diejmon/fa840376d706401db759323633c1282d
GitHub repo for scripts, bug reports, feature requests - https://github.com/diejmon/BillingTimer-Support
1.8.3 2016/06/06
IMPORTANT:
- startTimer AppleScript function renamed to start_timer (startTimer still working, but deprecated)
- formattedTime AppleScript property on Timer renamed to formatted_time (formattedTime still working, but deprecated)
New:
- delete_timer AppleScript function: allows to delete timers right from AppleScript
- pause_date AppleScript property on Timer objects. Allows to get formatted date when a timer has been paused.
Example Script: build worksheet from timers - https://gist.github.com/diejmon/fa840376d706401db759323633c1282d
GitHub repo for scripts, bug reports, feature requests - https://github.com/diejmon/BillingTimer-Support
1.8.2 2016/06/04
1.8:
New Features:
- Settings page which allows to change a format style of the timers.
1.8.1:
- Fixes: settings button doesn't appear for users who don't have Alfred 2 app.
1.8.1 2016/03/01
New Features:
- Settings page which allows to change a format style of the timers.
1.8 2016/02/24
New Features:
- Manually add time to your timers. Available through the right menu for active and stopped timers.
- Force Touch on the active timer will bring up a menu to add time manually
Soon:
- Settings page where you will be able to customise app behaviour
1.7 2015/12/30
1.6.2:
- Restore Timers from previous versions
1.6.1:
- Mac Mouse support
- Bug fixes
1.6:
New Features:
- Detachable main window: you can drag out main Billing Timer window and it won't be closed when the app focus is lost.
- Enhanced scripting support: get list of timers, start any timer by name or id.
For example you can use the following JavaScript for Automation script to start a timer with name 'Main':
app = Application("BillingTimer")
var mainTimer = app.timers.byName("Main")
mainTimer.starttimer()
1.6.2 2015/11/13
1.6.1:
- Mac Mouse support
- Bug fixes
1.6:
New Features:
- Detachable main window: you can drag out main Billing Timer window and it won't be closed when the app focus is lost.
- Enhanced scripting support: get list of timers, start any timer by name or id.
For example you can use the following JavaScript for Automation script to start a timer with name 'Main':
app = Application("BillingTimer")
var mainTimer = app.timers.byName("Main")
mainTimer.starttimer()
1.6.1 2015/11/05
New Features:
- Detachable main window: you can drag out main Billing Timer window and it won't be closed when the app focus is lost.
- Enhanced scripting support: get list of timers, start any timer by name or id.
For example you can use the following JavaScript for Automation script to start a timer with name 'Main':
app = Application("BillingTimer")
var mainTimer = app.timers.byName("Main")
mainTimer.starttimer()
If you enjoy Billing Timer please rate it in AppStore to support new features, I would really appreciate it!
1.6 2015/09/11
1.5.1
- Fixed memory usage
1.5
New Features:
Shortcuts (works only when popup active):
- Stop/Reset' = S
- Start/Continue' = C
- Add Timer = A
Copy/Paste/Cut in all inputs
Fixed:
Popup dismisses when right click on first appear
1.5.1 2015/07/23
2.3:
- Improved Timers History
2.3.1-2.3.5:
- Bug fixes
さらに見る バージョン2.3.5 2023/08/03
データの収集なし デベロッパはこのアプリからデータを収集しません。