The timesheet-cli is the official command-line interface for timesheet.io. This tool allows you to manage your timer, projects, tasks, and reports all from your terminal. Whether youโre a freelancer or part of a bigger team, you can efficiently track your time and boost your productivity.
To use timesheet-cli, follow these simple steps to get it up and running on your machine. You donโt need any technical expertise; just basic computer skills will do.
Visit the Releases Page:
Click on the link below to go to the Releases page where you can find the latest version of timesheet-cli.
timesheet-cli-windows.zip.timesheet-cli-macos.zip.timesheet-cli-linux.tar.gz.Unzip or Extract the File: After downloading the appropriate file, extract it to a folder on your computer. You can usually do this by right-clicking on the file and selecting โExtract Allโ or โUnzip.โ
Command Prompt or PowerShell.Terminal from your Applications folder.Navigate to the Folder:
Use the cd command to change to the directory where you extracted the files. For example, if you placed it in a folder called โtimesheet-cliโ on your desktop, type:
cd ~/Desktop/timesheet-cli
Run the Application:
To start using timesheet-cli, type the following command in your terminal:
./timesheet-cli
If youโre on Windows, use:
timesheet-cli.exe
Here are a few basic commands to get you started:
timesheet-cli start "Task Name"
timesheet-cli stop
timesheet-cli list
timesheet-cli report
For any issues, consider checking the open and closed issues on our GitHub page. If you need further assistance, feel free to create a new issue describing your problem.
This project is licensed under the MIT License, which allows you to use, modify, and distribute the software.
By following these steps, you should have a smooth experience using timesheet-cli. Happy tracking!