Skip to content

Commit

Permalink
s/pxhist/pxh/ except github url
Browse files Browse the repository at this point in the history
  • Loading branch information
chipturner committed Feb 12, 2023
1 parent b355cc1 commit 9ffde7e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# pxhist
# pxh
Portable, extensible history manager for interactive shells and other
REPL tools (pxh for short).

Expand Down
7 changes: 3 additions & 4 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ struct PxhArgs {
enum Commands {
#[clap(visible_alias = "s", about = "search for and display history entries")]
Show(ShowCommand),
#[clap(about = "install pxhist helpers by modifying your shell rc file")]
#[clap(about = "install pxh helpers by modifying your shell rc file")]
Install(InstallCommand),
#[clap(about = "import history entries from your existing shell history or from an export")]
Import(ImportCommand),
Expand Down Expand Up @@ -259,9 +259,8 @@ ORDER BY id"#,
}
}

// Merge all (hopefully) pxhist files ending in .db in the specified
// path into the current database, then write an output with our
// hostname.
// Merge all (hopefully) pxh files ending in .db in the specified path
// into the current database, then write an output with our hostname.

impl SyncCommand {
fn go(&self, conn: &mut Connection) -> Result<(), Box<dyn std::error::Error>> {
Expand Down

0 comments on commit 9ffde7e

Please sign in to comment.