All Projects → wadackel → Slack Memo Vim

wadackel / Slack Memo Vim

Licence: other
Simple memo manager with Vim using Slack.

Projects that are alternatives of or similar to Slack Memo Vim

Svss.vim
SVSS's Vim Style Sheet
Stars: ✭ 36 (-10%)
Mutual labels:  viml
Unite Workflow
unite.vim extentions for convenience similar to alfred-workflow
Stars: ✭ 37 (-7.5%)
Mutual labels:  viml
Old Slack Emojis
Bring back old emojis to new Slack!
Stars: ✭ 39 (-2.5%)
Mutual labels:  slack
Tmux.vim
Tmux vim syntax
Stars: ✭ 36 (-10%)
Mutual labels:  viml
Securitybot
Distributed alerting for the masses!
Stars: ✭ 987 (+2367.5%)
Mutual labels:  slack
Minibufexpl.vim
Elegant buffer explorer - takes very little screen space
Stars: ✭ 991 (+2377.5%)
Mutual labels:  viml
Slack Thel
The Genious L, now in slack to answer all your Queries! 😎
Stars: ✭ 36 (-10%)
Mutual labels:  slack
Github Commit Comment.vim
Vim Plugin for Commit Comment of GitHub
Stars: ✭ 39 (-2.5%)
Mutual labels:  viml
Vim Opengrok
opengrok interface for vim
Stars: ✭ 37 (-7.5%)
Mutual labels:  viml
Csapprox
Make gvim-only colorschemes work transparently in terminal vim
Stars: ✭ 38 (-5%)
Mutual labels:  viml
Chapa.vim
VIM plugin to move (or visually select) the next/previous class, method or function
Stars: ✭ 36 (-10%)
Mutual labels:  viml
Bolt Starter
A Bolt ⚡️ app template with useful settings for easier development
Stars: ✭ 37 (-7.5%)
Mutual labels:  slack
Slack Tui
TUI-based client for Slack
Stars: ✭ 38 (-5%)
Mutual labels:  slack
Vim Fontsize
Adjust Gvim font size via keypresses
Stars: ✭ 36 (-10%)
Mutual labels:  viml
Slackword
Dictionary in your slack....additionally, you can get random words.
Stars: ✭ 39 (-2.5%)
Mutual labels:  slack
Spink
Syntax highlighting for Xterm/gVim/MacVim.
Stars: ✭ 36 (-10%)
Mutual labels:  viml
Vim Easytags
Automated tag file generation and syntax highlighting of tags in Vim
Stars: ✭ 990 (+2375%)
Mutual labels:  viml
Env
Stars: ✭ 39 (-2.5%)
Mutual labels:  viml
Vim Hardy
Arduino IDE intregation for vim.
Stars: ✭ 39 (-2.5%)
Mutual labels:  viml
Cobalt2 Vim Theme
Vim port of cobalt2 sublime theme
Stars: ✭ 38 (-5%)
Mutual labels:  viml

slack-memo.vim

Simple memo manager with Vim using Slack.

Screenshots

Screenshot

Usage

Post a memo on Slack.

:SlackMemoPost

List memos on Slack.

:SlackMemoList

List memos on Slack with CtrlP.

:SlackMemoCtrlP

List search result memos on Slack

:SlackMemoSearch search query

Keymaps in the memo list

The following keymaps are available in the buffer of the memo list. It does not work with CtrlP.

key description
Enter or o Open memo on cursor.
Esc or q Close memo list window.
d Delete memo on cursor.
y Yank memo on cursor.
r Update list window.

You can udpate it by saving memo opened in buffer.

Install

It's easy to install using plugin manager.
Depending on your plugin manager, please add the following to .vimrc.

Install with dein

call dein#add('tsuyoshiwada/slack-memo-vim', {'depends': 'mattn/webapi-vim'})

Install with NeoBundle

NeoBundle 'tsuyoshiwada/slack-memo-vim', {'depends': 'mattn/webapi-vim'}

Requirements

Setup

You need a token to use Slack Web API.
Please set your token on g:slack_memo_token. and set channel Id in g:slack_memo_channel.

let g:slack_memo_token = '<YOUR_TOKEN>'
let g:slack_memo_channel = '<YOUR_MEMO_CHANNEL_ID>'

If you do not know the Id right away, you can easily check with the channel.list tester.

Setup is complete!

Tips

Example keymap

You can post / list easily with the following keymap.

nnoremap smp :SlackMemoPost<CR>
nnoremap sml :SlackMemoList<CR>

GFM TODO list

Support GFM TODO list. Posting following memo will be displayed with emoji on Slack.

* [x] Done1
* [x] Done2
* [ ] TODO...

Contributing

Reporting issue

Contributing to code

  • Fork it.
  • Commit your changes and give your commit message.
  • Push to your fork on GitHub.
  • Open a Pull Request.

Credit

License

See the LICENSE.

TODO

  • [x] Support CtrlP.
  • [ ] Support sort list.
  • [ ] Support vertical split list window.
  • [ ] Support open memo in new tab.
  • [ ] Delete multiple memos.
  • [ ] List more than 1000 memos.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].