Skip to main content

Client connected to archelonc for Web shell history

Project description

Curses based application for command history that can be wired up to a Web server (archelond) for shared shell history across multiple hosts.

Installation

pip install archelonc

Once that is setup you can try it out by running . archelon this uses your existing shell history to let you try out the client. To make this work more like the bash reverse history search via C-r I recommend adding:

bind '"\033a":". archelon\n"'

this will launch the reverse search of archelon via Alt-A.

Web Enabled History

From here you can use archelon as is, but the cool part really start when you install archelond and wire the client up to use that project for shared and indexed shell history. To configure the client side after you have setup the server, you just need to add two environment variables to the mix.

  • ARCHELON_URL - Web URL to your archelond installation

  • ARCHELON_TOKEN - The API token for your user. You can get this by going to https://your.archelond.domain/api/v1/token and logging in with the username and password you’ve created.

Add those to .bashrc, .profile, or whichever shell startup you are using and it will be hooked up to the Web server. You can verify this and populate your Web history by running the archelon_import command which will import your current computers history.

Keyboard Shortcuts

Within the client curses application, there are a few handy keyboard shortcuts.

Alt-o:

This presses the Ok button and runs whatever command is in the command field

Alt-c:

This presses the cancel button and exits out of the application without running a command. Ctrl-C also works, but currently has a nasty exception message.

Ctrl-x:
This brings up the menu for doing things like changing the order of the

search results.

Within Menus

Within the menu there are also keyboard shortcuts. And are executed emacs style, i.e. Ctrl-x Ctrl-f to set sorting order to oldest->newest. So far those are:

Ctrl-F:

Sort results from oldest to newest

Ctrl-R:

Default order. Sort results from newest to oldest.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

archelonc-0.5.0.tar.gz (7.2 kB view details)

Uploaded Source

File details

Details for the file archelonc-0.5.0.tar.gz.

File metadata

  • Download URL: archelonc-0.5.0.tar.gz
  • Upload date:
  • Size: 7.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for archelonc-0.5.0.tar.gz
Algorithm Hash digest
SHA256 f5a706d5cecc20ea32263490391888f20d88623440eb9b0039f3c346a408b9fe
MD5 4bd3075a8a4b593bcd3dd94b9ea0fd0d
BLAKE2b-256 c600c51c3be8e16634e4e7da3f87fc7187b5282f9b96cdc173e5f0fbc848918c

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page