Skip to content

Commit 8e9efa4

Browse files
committed
🔖 Update to v0.2.0
1 parent e3b4114 commit 8e9efa4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rbmenu"
3-
version = "0.1.1"
3+
version = "0.2.0"
44
authors = ["DevHyperCoder <[email protected]>"]
55
edition = "2018"
66
description = "Rust Bookmark (d)Menu"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Yes, more features are on the way. Some planned ones are, copy to clipboard, mod
4242
**Insert a new bookmark**
4343

4444
`rbmenu` reads from `stdin`, therefore, you are able to pipe text into it.
45-
`-n` is the name of the bookmark.
45+
`-n` is the name of the bookmark. (Not required as if not provided, the domain name is used)
4646

4747
`echo "https://discord.com/app" | rbmenu -in "Discord"`
4848
> Scripts working with `dmenu` or `rofi` would be published soon.

0 commit comments

Comments
 (0)