Skip to content

Commit

Permalink
New tagline.
Browse files Browse the repository at this point in the history
"Command-line bookmark manager with browser integration."
  • Loading branch information
jarun committed Mar 6, 2018
1 parent 8fef91e commit 1cb544f
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ Shell completion scripts for Bash, Fish and Zsh can be found in respective subdi
```
usage: buku [OPTIONS] [KEYWORD [KEYWORD ...]]
Powerful command-line bookmark manager.
Command-line bookmark manager with browser integration.
POSITIONAL ARGUMENTS:
KEYWORD search keywords
Expand Down
2 changes: 1 addition & 1 deletion buku.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.TH "BUKU" "1" "09 Jan 2018" "Version 3.6" "User Commands"
.SH NAME
buku \- Powerful command-line bookmark manager.
buku \- Command-line bookmark manager with browser integration
.SH SYNOPSIS
.B buku [OPTIONS] [KEYWORD [KEYWORD ...]]
.SH DESCRIPTION
Expand Down
2 changes: 1 addition & 1 deletion buku.py
Original file line number Diff line number Diff line change
Expand Up @@ -3957,7 +3957,7 @@ def main():

# Setup custom argument parser
argparser = ExtendedArgumentParser(
description='''Powerful command-line bookmark manager.
description='''Command-line bookmark manager with browser integration.
POSITIONAL ARGUMENTS:
KEYWORD search keywords''',
Expand Down
2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
Buku
====

Powerful command-line bookmark manager. Your mini web!
Command-line bookmark manager with browser integration.

.. toctree::
:maxdepth: 2
Expand Down
2 changes: 1 addition & 1 deletion packagecore.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: buku
maintainer: Arun Prakash Jana <[email protected]>
license: GPLv3
summary: Powerful command-line bookmark manager.
summary: Command-line bookmark manager with browser integration.
homepage: https://github.com/jarun/Buku
commands:
install:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
setup(
name='buku',
version=version,
description='Powerful command-line bookmark manager.',
description='Command-line bookmark manager with browser integration.',
long_description=long_description,
author='Arun Prakash Jana',
author_email='[email protected]',
Expand Down

0 comments on commit 1cb544f

Please sign in to comment.