All Projects → vmchale → vim-twitter

vmchale / vim-twitter

Licence: BSD-3-Clause License
Tweet from inside vim!

Programming Languages

Vim Script
2826 projects

Projects that are alternatives of or similar to vim-twitter

Yourfukurou
Hackable YoruFukurou alternative Twitter client
Stars: ✭ 85 (+226.92%)
Mutual labels:  twitter, twitter-client
Twitter Api Php
The simplest PHP Wrapper for Twitter API v1.1 calls
Stars: ✭ 1,808 (+6853.85%)
Mutual labels:  twitter, twitter-client
Vue Twitter Client
Twitter client created with Vue.js + Electron
Stars: ✭ 103 (+296.15%)
Mutual labels:  twitter, twitter-client
Surfbird
A Microblogging client built on Electron and Vue
Stars: ✭ 309 (+1088.46%)
Mutual labels:  twitter, twitter-client
command-line-tweeter
Tweets in from a pipe
Stars: ✭ 70 (+169.23%)
Mutual labels:  twitter-client, twitter-cli
Twitter.jl
Julia package to access Twitter API
Stars: ✭ 58 (+123.08%)
Mutual labels:  twitter, twitter-client
Twittnuker
Android 4.0+ Twitter Client
Stars: ✭ 117 (+350%)
Mutual labels:  twitter, twitter-client
Twitterapi
Minimal python wrapper for Twitter's REST and Streaming APIs
Stars: ✭ 724 (+2684.62%)
Mutual labels:  twitter, twitter-client
Harpy
A Twitter app built with Flutter
Stars: ✭ 211 (+711.54%)
Mutual labels:  twitter, twitter-client
Opentween
TwitterクライアントのTweenからフォークしたオープンなプロジェクト
Stars: ✭ 203 (+680.77%)
Mutual labels:  twitter, twitter-client
unfog.vim
⏱ Vim plugin for Unfog CLI task & time manager.
Stars: ✭ 61 (+134.62%)
Mutual labels:  vim-plugin, vimscript
nvim-toggle-terminal
NeoVim plugin that toggles a terminal buffer in the current window maintaining the same shell instance
Stars: ✭ 54 (+107.69%)
Mutual labels:  vim-plugin, vimscript
Awesome Twitter Tools
A curated list of awesome twitter tools
Stars: ✭ 113 (+334.62%)
Mutual labels:  twitter, twitter-client
Twterm
A full-featured TUI Twitter client
Stars: ✭ 186 (+615.38%)
Mutual labels:  twitter, twitter-client
twittered
Twitter API client for Java developers
Stars: ✭ 170 (+553.85%)
Mutual labels:  twitter-client, twitter-cli
VimConfig
Configuration files for Vi-IMproved.
Stars: ✭ 23 (-11.54%)
Mutual labels:  vim-plugin, vimscript
awesome-twitter-bots
A Curated Collection of the Best Twitter Bots 🤖
Stars: ✭ 99 (+280.77%)
Mutual labels:  twitter
ror-capstoneproject
A solo project to finish the Ruby on Rails module. This project uses the knowledge of Ruby, Ruby on Rails, Postgres, Devise, ActiveStorage, Cloudinary, RSpec, and Capybara.
Stars: ✭ 12 (-53.85%)
Mutual labels:  twitter
virt-column.nvim
Display a character as the colorcolumn
Stars: ✭ 64 (+146.15%)
Mutual labels:  vim-plugin
vim-qf-preview
Preview the quickfix item under the cursor in a popup window
Stars: ✭ 32 (+23.08%)
Mutual labels:  vim-plugin

twitter-vim

Displaying Cher's tweets in vim.

Installation

For vim-plug, add the following to your ~/.vimrc:

Plug 'vmchale/twitter-vim'

You'll have to install the Haskell CLI tool, viz.

cabal new-install tweet-hs

You can also download it for linux from here; hopefully it shouldn't be too hard to find.

Config

After that, put your API keys in a file (default ~/.cred.toml or set path with g:twitter_cred), viz.

api-key = "API_KEY_HERE"
api-sec = "API_SECRET_HERE"
tok = "OAUTH_TOKEN_HERE"
tok-sec = "TOKEN_SECRET_HERE"

Use

To view your timeline, use :Timeline or <silent> tl. To tweet, enter :Tweet to open a scratch buffer, and then t in normal mode to tweet its contents. Hit q to exit.

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].