Skip to content

Commit

Permalink
Update README and Cargo
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobnissen committed Feb 13, 2022
1 parent 44dc68d commit 88aee2e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "alen"
version = "0.2.0"
version = "0.3.0"
authors = ["Jakob Nybo Nissen <[email protected]>"]
edition = "2018"
license = "MIT"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ Simple terminal sequence alignment viewer.
![GitHub Last Commit](https://img.shields.io/github/last-commit/jakobnissen/alen.svg)
[![Github Actions Status](https://img.shields.io/github/workflow/status/jakobnissen/alen/Build%20and%20Test)](https://github.com/jakobnissen/alen/actions)


![Screenshot](/screenshots/prot.png?raw=true "Screenshot")

### What is Alen?
Expand All @@ -32,8 +31,9 @@ __Commands__
* `Esc / q / Ctrl-C`: Quit
* `c`: Toggle consensus sequence comparison
* `r`: Re-render the screen.
* `Ctrl-f`: Search. Searches headers, then sequences for regex, case insensitively.
* `Ctrl-f`: Find. Searches headers, then sequences for regex, case insensitively.
* `Ctrl-j`: Jump to column.
* `Ctrl-s`: Select rows and move them around.
* `Arrow keys`: Move 1 column/row
* `Shift-Arrow keys`: Move 10 columns/rows
* `Ctrl-Arrow keys`: Move to first/last column/row
Expand Down
2 changes: 0 additions & 2 deletions src/main.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// To do: Needs a refactor or two. This is turning into spaghetti code.

// To do: More formats?
// To do: Make stdin work on MacOS
// To do: Implement multithreading. One thread reads input and moves view etc,
Expand Down

0 comments on commit 88aee2e

Please sign in to comment.