brings trello to dmenu
Project description
dmenutrello
trello for dmenu
Installation
Install dmenu for Arch-based distros:
pacman -S dmenu
for Debian-based distros:
apt-get install dmenu
to install my package simply type
pip install dmenutrello --user
Usage
create a file called .dmenutrello
in your home directory with this content:
- your Trello key & token
- your dmenu appearance settings
- the terminal in which vim will be opened
like this:
[TRELLO]
key = YOUR_TRELLO_KEY
token = YOUR_TRELLO_TOKEN
[DMENU]
font = DejaVu Sans Mono for Powerline-14
background_selected = #2aa198
foreground_selected = #191919
foreground = #2aa198
background = #191919
[TERMINAL]
terminal = urxvt
terminal_argument = -e
to use this script call
dmenutrello
example i3 key binding
bindsym $mod+t exec $HOME/.local/bin/dmenutrello
you can navigate through your boards, lists, cards and comments
by typing in a new name the corresponding element will be added
todo
- basic navigation
- add a .. option to go up one level
- add objects(board, lists, cards, comments)
- open comments in vim and save them
- open links in webbrowser
- mark cards as checked
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.