https://github.com/sairash/aimssh
SSH Pomodoro app
https://github.com/sairash/aimssh
Last synced: 7 months ago
JSON representation
SSH Pomodoro app
- Host: GitHub
- URL: https://github.com/sairash/aimssh
- Owner: sairash
- License: agpl-3.0
- Created: 2025-03-05T20:51:59.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2025-05-07T17:58:16.000Z (7 months ago)
- Last Synced: 2025-05-09T01:48:32.602Z (7 months ago)
- Language: Go
- Homepage: https://aim.ftp.sh
- Size: 1.42 MB
- Stars: 31
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-cli-apps-in-a-csv - aimssh - SSH Pomodoro app. (<a name="time-tracker"></a>Time trackers)
- awesome-cli-apps - aimssh - SSH Pomodoro app. (<a name="time-tracker"></a>Time trackers)
README

# Aim SSH
Mulitple Productive __`Terminal SSH Application`__.
[Official Website](https://aim.ftp.sh)
To use the application:
``` sh
ssh aim.ftp.sh
```
    [](https://goreportcard.com/report/github.com/sairash/aimssh)

Introducing a fresh take on productivity, a unique terminal productivity app designed specifically for the terminal enthusiasts and tech-savvy professionals.
This minimalist design keeps your aim on tasks without the clutter of traditional apps.
### Planned and Added
- ✅ Timer
- ❌ Todo List similar to todist
- ❌ Notes Taking
- ❌ Stats
---
__Visual Options:__
__Note:__ The screenshots are before the rebranding (Updating soon)
Visual Effects are the visual aspects of the timer to make every sessions intresting. Here are some of the available visual options.
🌲 Tree

A random procedurally generated tree everytime you start a session.
🛶 Flow

A guy who is rowing through the _"Time River"_.
☕ Coffee

A coffee mug that filles up over time.
---
### How to use aimssh:
__STEP [1]:__
Run the following comamnd in your terminal

__STEP [2]:__
Enter the time in minutes and also session "Title"

__STEP [3]:__
Select a visual option for the session

__STEP [4]:__
Work!

----
### How to install aimssh locally:
To install aimssh locally run the following command.
__Linux/MAC:__
``` sh
curl -sSL https://gist.githubusercontent.com/sairash/f07c0d194c755fdd6c4fe39d0010ec30/raw | bash
```
__Windows:__
``` sh
curl -sSL https://gist.githubusercontent.com/sairash/d6ce0c6a627f932dd105f17209d1b0e2/raw/20c42bfbafb09bf495cda7a77fe33fcab0055e6a/install_pomo.ps1 | powershell -c -
```
Or use it directly
``` sh
git clone https://github.com/sairash/aimssh
```
``` sh
cd aimssh
```
``` sh
go build
```
And,
__Run aimssh as client:__
```sh
aimssh
```
__Run aimssh as server:__
```sh
aimssh -ssh true
```
Made With ❤️ by Sairash.