All Projects → six-ddc → V2ex Go

six-ddc / V2ex Go

Licence: mit
A simple V2EX client on terminal written in Go.

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to V2ex Go

Likelo
Twitter auto like bot, Under Development👷, Pre Alpha
Stars: ✭ 64 (-62.79%)
Mutual labels:  golang-application
Go Bank Transfer
Simple API for banking routines using a Clean Architecture in Golang. 💳 💰 💸
Stars: ✭ 123 (-28.49%)
Mutual labels:  golang-application
Orchid
very tiny music player
Stars: ✭ 150 (-12.79%)
Mutual labels:  golang-application
Gojis
An ECMAScript 2018 (ES9) implementation in Go
Stars: ✭ 66 (-61.63%)
Mutual labels:  golang-application
Integram
Integrate Telegram into your workflow – Trello, Gitlab, Bitbucket and other bots
Stars: ✭ 1,365 (+693.6%)
Mutual labels:  golang-application
Poodle
🔥 A fast and beautiful command line tool to build API requests.
Stars: ✭ 129 (-25%)
Mutual labels:  golang-application
Tables To Go
convert your database tables to structs easily
Stars: ✭ 62 (-63.95%)
Mutual labels:  golang-application
Sts2g
Struts2漏洞扫描利用工具 - Golang版. Struts2 Scanner Written in Golang
Stars: ✭ 161 (-6.4%)
Mutual labels:  golang-application
Go Tunnel
TLS/SSL Tunnel - A modern STunnel replacement written in golang
Stars: ✭ 110 (-36.05%)
Mutual labels:  golang-application
Go Camo
A secure image proxy server
Stars: ✭ 146 (-15.12%)
Mutual labels:  golang-application
Passmgr
a simple, portable password manager
Stars: ✭ 74 (-56.98%)
Mutual labels:  golang-application
Gitbackup
Tool to backup your GitHub and GitLab repositories
Stars: ✭ 94 (-45.35%)
Mutual labels:  golang-application
Kala
Modern Job Scheduler
Stars: ✭ 1,736 (+909.3%)
Mutual labels:  golang-application
Glab
An open-source GitLab command line tool bringing GitLab's cool features to your command line
Stars: ✭ 1,126 (+554.65%)
Mutual labels:  golang-application
Fortio
Fortio load testing library, command line tool, advanced echo server and web UI in go (golang). Allows to specify a set query-per-second load and record latency histograms and other useful stats.
Stars: ✭ 2,199 (+1178.49%)
Mutual labels:  golang-application
Pkgmirror
Packages Mirroring
Stars: ✭ 62 (-63.95%)
Mutual labels:  golang-application
Elf Strings
elf-strings will programmatically read an ELF binary's string sections within a given binary. This is meant to be much like the strings UNIX utility, however is purpose built for ELF binaries.
Stars: ✭ 127 (-26.16%)
Mutual labels:  golang-application
Autospotting
Saves up to 90% of AWS EC2 costs by automating the use of spot instances on existing AutoScaling groups. Installs in minutes using CloudFormation or Terraform. Convenient to deploy at scale using StackSets. Uses tagging to avoid launch configuration changes. Automated spot termination handling. Reliable fallback to on-demand instances.
Stars: ✭ 2,014 (+1070.93%)
Mutual labels:  golang-application
Tinderonline
Find out which of your friends are online on Tinder
Stars: ✭ 155 (-9.88%)
Mutual labels:  golang-application
Subify
Subify - Download subtitles for your favorite TV shows and movies
Stars: ✭ 135 (-21.51%)
Mutual labels:  golang-application

v2ex-go

g2ex.gif

安装

# 由于golang.org被墙,安装时可能需要梯子
go get github.com/six-ddc/v2ex-go
cd $GOPATH/bin
./v2ex-go

使用

  • 支持登录,修改[user]配置,然后C-l右下角可以查看用户基本信息
  • 查看节点,C-t 切换到tab栏,然后输入字母选择对应的tab和节点,回车打开
  • 查看回复,输入字母或者数字编号选择匹配主题,C-n切换结果,回车打开
  • 节点翻页,C-f滚动到页尾,然后再次C-f即加载下一页 (tab主题不支持翻页)
  • 回复翻页,主题回复页面,默认加载最后一页,C-b滚动到上一页
  • C-r刷新主题或回复页面
  • C-p切换主题和回复页面
  • C-q退出

更多快捷键,参考config.default.ini,里面有所有快捷键的介绍

也可以重命名为config.ini,并拷贝到执行文件所在目录,进行自定义配置。

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