Skip to content

Cahier is a single-page notebook that will help you manage and handle your SSH connections.

Notifications You must be signed in to change notification settings

vistormu/cahier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cahier: a humble and cute SSH manager

Meet Cahier! Cahier is a single-page notebook that will help you manage and handle your SSH connections.

Usage

To setup Cahier for the first time, run the following command:

cahier setup

Then, you can use Cahier to manage your SSH connections with the following commands:

  • add Add a new host to the Cahier configuration file.
  • bring Bring a file or directory from a host to the local machine.
  • clear Clear the Cahier configuration file.
  • config Open the Cahier configuration file in the default editor.
  • connect Connect to a host in the Cahier configuration file.
  • delete Delete a host from the Cahier configuration file.
  • help Display the help message.
  • list List all hosts in the Cahier configuration file.
  • ping Ping a host in the Cahier configuration file.
  • send Send a file or directory from the local machine to a host.
  • setup Setup Cahier for the first time.
  • version Display the current version of Cahier.

Installation

Cahier is not available for Windows or Linux ARM architectures yet.

Download the Cahier binary for your machine from the Releases Page.

Then, rename it to cahier:

mv cahier-<ARCH> cahier

Give it execution privileges:

chmod +x cahier

And move it to the system's binaries:

sudo mv cahier /usr/local/bin/

About

Cahier is a single-page notebook that will help you manage and handle your SSH connections.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published