从终端管理你的口袋。

Pok的Python项目详细描述


啊![](https://raw.githubusercontent.com/arindampradhan/pok/master/poc-b.png

#pok-pocket客户端

##为什么要使用它

  • Chrome扩展只提供保存选项。
  • 网站看起来很复杂,很少访问。
  • 我们使用移动应用程序。
  • 所以,对于桌面用户来说。

啊![](https://raw.githubusercontent.com/arindampradhan/pok/master/poc-a.png

##功能

##[安装](https://pypi.python.org/pypi/pok

$ pip install pok

##用法

啊![](https://raw.githubusercontent.com/arindampradhan/pok/master/poc-c.gif

###:pouch:基本用法

检索数据

$ pok ls # gives the titles and ids of pocket items
bulb:

Note: To get the links or urls from list use command in fullform. `ls->list, sh->search, t->tag`

$ pok list # gives the urls and the title of pockets items $ pok list 5 # you can also add a counter

###:pouch:搜索

通过``name``和``tag``搜索

$ pok search google # searches the url and the title of the pocket items

$ pok tag django # list items of the tag name django $ pok t python # if you want to look at the ids of the pocket items

###:pouch:修改

``删除``和``添加``口袋物品

$ pok delete <ID> # deletes an pocket item

您可以从`$pok ls``命令中找到`<;id>;``命令

$ pok add <url> <tags> # Rarely going to use this.

adios

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
java创建猜谜游戏程序   JavaWebSocketContainer。connectToServer似乎挂起了   如何在java中中断函数   java c#socket client multiple BeginSend()未到达服务器   不可见的组件然后在Java中的窗格之间切换   java在应用程序类中使用静态接口安全吗?   java等待函数完成,直到回调到来   使用DataOutputStream时的java新行,Android   java服务对象的定义是什么?   基于视图的javahibernate复合密钥   java将varchar连接到char在JPA(oracle)中不起作用   如何在java中通过point类读取多个点?