Files
today-income/README.md
2025-09-16 11:56:41 +08:00

33 lines
1.1 KiB
Markdown

# Today Income
This is a VS Code plugin that allows you to check how much money you have earned since you started working today.
## Features
- Displays today's earned income in the VS Code status bar.
- Customizable monthly income, working hours, and workdays.
- Currency unit customization for flexibility (e.g., `$`, `€`, `¥`).
## Get Started
### Installation
You can manually install the **Today Income** extension in Visual Studio Code by following these steps:
1. **Download the plugin from the release page**:
Go to the [Releases](https://github.com/yv1ing/today-income/releases) page and download the `.vsix` file.
2. **Install via VS Code**:
- Open **VS Code**.
- Go to the **Extensions** view (`Ctrl+Shift+X` or click the Extensions icon in the Activity Bar).
- Click on the `...` menu in the top-right corner.
- Select **Install from VSIX...** and choose the downloaded `.vsix` file.
3. **Alternatively, install via Command Line**:
If you have the `.vsix` file, you can install it directly from the command line:
```bash
code --install-extension today-income-1.0.0.vsix
## Preview
![](./screenshot.png)