Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
wilfredinni committed Mar 29, 2019
1 parent 524bb17 commit 9a72974
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,9 @@ Swim between bookmarks in the terminal!
![marlin!](terminal.gif "marlin!")

Marlin is an easy to use bookmark manager for the terminal. Choose a folder, bookmark it and swim there whenever you want!
Because we too deserve to move fast in the terminal :triumph:!

## Usage

### Install

pip install marlin-bookmark

### Bookmark
Expand Down
2 changes: 1 addition & 1 deletion marlin/styles.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

def label(label):
labels = {
"info": Fore.YELLOW + Style.BRIGHT + "[!]" + Style.RESET_ALL,
"info": Fore.YELLOW + Style.BRIGHT + "[d]" + Style.RESET_ALL,
"bad": Fore.RED + Style.BRIGHT + "[-]" + Style.RESET_ALL,
"good": Fore.GREEN + Style.BRIGHT + "[+]" + Style.RESET_ALL,
"run": Fore.WHITE + Style.BRIGHT + "[~]" + Style.RESET_ALL,
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "marlin"
version = "0.1.2"
description = "Swim between bookmarks in the termina"
authors = ["'Carlos <'[email protected]'>"]
authors = ["Carlos <[email protected]>"]
license = "MIT"

[tool.poetry.dependencies]
Expand Down

0 comments on commit 9a72974

Please sign in to comment.