Skip to content

markxploder/vk

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

967 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vk

A console (ncurses) client for vk.com written in D

Screenshots

alt tag alt tag

Install

ArchLinux

yaourt -S vk-cli # or vk-cli-git
vk

Ubuntu

sudo apt-add-repository ppa:mc3man/mpv-tests
sudo apt-get update
sudo apt-get install libncursesw5-dev libssl-dev curl mpv

then Build

OR

install deb package from releases page sudo dpkg -i vk-cli.deb

MacOS

brew install dub dmd curl openssl mpv
brew install homebrew/dupes/ncurses
brew doctor
brew link ncurses -force
brew install libxslt xmlto
export XML_CATALOG_FILES="/usr/local/etc/xml/catalog"
git clone git://anongit.freedesktop.org/xdg/xdg-utils
cd xdg-utils
./configure —prefix=/usr/local
make
make install

then Build

Build

git clone https://github.com/HaCk3Dq/vk
cd vk
git checkout 0.7.2
dub

builds vk binary for your platform.

Dependencies

  • ncurses >= 5.7
  • curl
  • openssl

Make dependencies:

  • dub
  • dmd >= 2.071

Optional:

  • mpv >= 0.9.0: for music playback

Our GPG keys

To verify signed files, first you need to import keys:

$ gpg --keyserver pgp.mit.edu --recv-keys 0x3457ECED

Now you can verify files and install signed packages:

$ gpg --verify signed-file.sig signed-file

gpg: Good signature from "vk-cli developers team <[email protected]>"

This output indicates that file is properly signed and isn't damaged

About

A console client for vk.com written in D

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • D 99.6%
  • Shell 0.4%