Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tempo-rs

Tempo is a temporary notes service.

Crates

server

The server crate contains the server implementation.

Installation

cargo install --path server

Usage

Run the server (default port is 7536):

tempo-server

or specify with a specific port:

tempo-server --port 8080

client

The client crate contains a CLI client implementation.

Installation

cargo install --path client

Usage

tempo new "some note"
tempo list

Optionally, you can specify the socket address:

tempo -u "localhost:8080" new "some note"
tempo -u "localhost:8080" list

or set the TEMPO_SERVER_URL environment variable:

TEMPO_SERVER_URL="localhost:8080" tempo new "some note"

desktop

This directory contains a simple desktop port of the client application written with React and Tauri v2 beta.

common

This crate contains common code for the client and server, such as the protocol definition.

About

Temporary notes service

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages