Skip to content

Commit

Permalink
Prepare next release
Browse files Browse the repository at this point in the history
  • Loading branch information
fdw committed Sep 16, 2023
1 parent 1f738e7 commit 80e72db
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 33 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# [NEXT]
# [6.2.0]
## Added
- Support dmenu

Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2017-2022 Fabian Winter
Copyright (c) 2017-2023 Fabian Winter

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "rofimoji"
version = "6.1.0"
version = "6.2.0"
description = "Simple character picker using rofi"
authors = ["Fabian Winter <5821180+fdw@users.noreply.github.com>"]
license = "MIT"
Expand Down
36 changes: 8 additions & 28 deletions src/picker/docs/rofimoji.1
Original file line number Diff line number Diff line change
@@ -1,23 +1,7 @@
.\" Automatically generated by Pandoc 3.1.2
.\" Automatically generated by Pandoc 3.1.8
.\"
.\" Define V font for inline verbatim, using C font in formats
.\" that render this, and otherwise B font.
.ie "\f[CB]x\f[]"x" \{\
. ftr V B
. ftr VI BI
. ftr VB B
. ftr VBI BI
.\}
.el \{\
. ftr V CR
. ftr VI CI
. ftr VB CB
. ftr VBI CBI
.\}
.TH "ROFIMOJI" "1" "December 27, 2022" "Version 6.1.0" "Rofi Third-party Add-on Documentation"
.hy
.TH "ROFIMOJI" "1" "September 16, 2023" "Version 6.2.0" "Rofi Third-party Add-on Documentation"
.SH NAME
.PP
\f[B]rofimoji\f[R] - A character (emoji) picker for rofi
.SH SYNOPSIS
.PP
Expand All @@ -34,7 +18,6 @@ brown\f[R],\f[I]black\f[R],\f[I]ask\f[R]}] [\f[B]--files\f[R]
[\f[B]--clipboarder\f[R] \f[I]CLIPBOARDER\f[R]] [\f[B]--typer\f[R]
\f[I]TYPER\f[R]] [\f[B]--selector\f[R] \f[I]SELECTOR\f[R]]
.SH DESCRIPTION
.PP
Select, insert, or copy Unicode characters like emoji using rofi.
.SH OPTIONS
.TP
Expand Down Expand Up @@ -70,13 +53,13 @@ If not set (or set to \[lq]ask\[rq]), you will be asked for each one
--files \f[I]FILE\f[R] [\f[I]FILE\f[R] \&...], -f \f[I]FILE\f[R] [\f[I]FILE\f[R] \&...]
Read characters from this file (or these files), one entry per line.
Absolute and relative paths are supported, as is globbing
(\f[V]--files /home/you/characters.csv ../other*.csv\f[R]).
(\f[CR]--files /home/you/characters.csv ../other*.csv\f[R]).
A filename without extension is enough
(\f[V]--files musical_symbols supplemental_arrows\f[R]) for included
character files and all in \f[V]${XDG_DATA_HOME}/rofimoji/data\f[R].
(\f[CR]--files musical_symbols supplemental_arrows\f[R]) for included
character files and all in \f[CR]${XDG_DATA_HOME}/rofimoji/data\f[R].
Here, too, globbing is supported and done by default.
In the config file, several files need to be listed as
\f[V]files=[_FILE_, _FILE_]\f[R].
\f[CR]files=[_FILE_, _FILE_]\f[R].
.TP
--prompt \f[I]PROMPT\f[R], -r \f[I]PROMPT\f[R]
Set rofimoji\[cq]s prompt
Expand Down Expand Up @@ -114,11 +97,10 @@ Possible values: rofi, wofi, fuzzel, dmenu
.RS
.PP
Choose the selector application manually.
Usually \f[V]rofi\f[R], but for Wayland, you may want \f[V]wofi\f[R] or
\f[V]fuzzel\f[R].
Usually \f[CR]rofi\f[R], but for Wayland, you may want \f[CR]wofi\f[R]
or \f[CR]fuzzel\f[R].
.RE
.SH KEYBINDINGS
.PP
(optional) Select multiple emoji with shift+enter
.PP
\f[I]enter\f[R] to insert the emoji directly
Expand Down Expand Up @@ -153,7 +135,6 @@ Stores the recently used characters
Contains additional characters or additional descriptions for the
character set in \f[B]filename\f[R]
.SH CONFIGURATION
.PP
Args that start with \[lq]--\[rq] (eg.
--version) can also be set in a config file.
.PP
Expand All @@ -163,7 +144,6 @@ https://github.com/fdw/rofimoji#example-config-file).
If an arg is specified in more than one place, then commandline values
override values from the config file.
.SH WEBSITE
.PP
https://github.com/fdw/rofimoji
.SH AUTHORS
Fabian Winter.
4 changes: 2 additions & 2 deletions src/picker/docs/rofimoji.1.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
% ROFIMOJI(1) Version 6.1.0 | Rofi Third-party Add-on Documentation
% ROFIMOJI(1) Version 6.2.0 | Rofi Third-party Add-on Documentation
% Fabian Winter
% December 27, 2022
% September 16, 2023

# NAME

Expand Down

0 comments on commit 80e72db

Please sign in to comment.