An open API service indexing awesome lists of open source software.

https://github.com/milisp/codexsm

Manage codex session base on project, Tauri app, view, rename, delete, resume session with beautiful format
https://github.com/milisp/codexsm

codex codex-cli codex-session-manager

Last synced: about 1 month ago
JSON representation

Manage codex session base on project, Tauri app, view, rename, delete, resume session with beautiful format

Awesome Lists containing this project

README

          

# Codex session manager

[![Stars](https://img.shields.io/github/stars/milisp/codexsm?style=social)](https://github.com/milisp/codexsm/stargazers)

Manage codex session base on project

![demo](src/assets/codexsm.png)

> [!TIP]
> **⭐ Star the repo and follow [milisp](https://github.com/milisp) on Github for more project**.

## Build from source Prerequisites

- Tauri prerequisites: https://v2.tauri.app/start/prerequisites/

### Installation

Clone and install dependencies:
```bash
git clone https://github.com/milisp/codexsm
cd codexsm
bun install
```

Run development build:
```bash
bun tauri dev
```

Build for production:
```bash
bun tauri build
```