mirror of
https://github.com/yv1ing/today-income.git
synced 2025-09-30 16:55:34 +08:00
Completed version 1.0.0
This commit is contained in:
33
README.md
Normal file
33
README.md
Normal file
@@ -0,0 +1,33 @@
|
||||
# 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
|
||||
|
||||

|
||||
Reference in New Issue
Block a user