Skip to content
/ sname Public

Sprint name tool

License

LGPL-3.0, GPL-3.0 licenses found

Licenses found

LGPL-3.0
COPYING.LESSER
GPL-3.0
COPYING
Notifications You must be signed in to change notification settings

soulim/sname

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Dec 7, 2020
7e6a9f2 · Dec 7, 2020

History

11 Commits
Dec 7, 2020
Dec 6, 2020
Dec 7, 2020
Dec 5, 2020
Dec 5, 2020
Dec 5, 2020
Dec 7, 2020
Dec 7, 2020

Repository files navigation

Sprint name tool (sname)

sname

Sprint name tool helps to choose an interesting name for a sprint. At the moment it uses a database of 655 programming languages as a source of inspiration.

WARNING: it's a prototype project. Everything is unstable.

Install

git clone [email protected]:soulim/sname.git
cd sname

Usage

# list all names
bin/list

# if you have FZF installed

# select one with fuzzy search and preview
bin/list | fzf --preview="bin/preview {}" --preview-window=up:wrap

# select one from three random options
bin/list | shuf | head -n 3 | fzf --preview="bin/preview {}" --preview-window=up:wrap

# select one from three random options and remember the choice
bin/list | shuf | head -n 3 | fzf --preview="bin/preview {}" --preview-window=up:wrap --no-multi | bin/pin

Data sources

The database of programming languages is built using following sources:

Contributing

Please see CONTRIBUTING for details.

License

Copyright (c) Alexander Sulim

Sprint name tool (sname) is an Open Source project licensed under the terms of the LGPLv3 license. Please see COPYING.LESSER for license text.

About

Sprint name tool

Resources

License

LGPL-3.0, GPL-3.0 licenses found

Licenses found

LGPL-3.0
COPYING.LESSER
GPL-3.0
COPYING

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages