从终端管理你的口袋。

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第三方库


热门话题
添加到Linkedlist后int与Integer的java比较不起作用   服务器启动时来自tomcat的java通知回调   在java中如何将float转换为double?   使用Java数据Bean连接到Siebel时出错   我如何反对像Java这样的强类型语言中的Ducktyping呢?   运行vert的json。x与java安全管理器   java大O表示法解释嵌套while循环   配置My gradle java项目找不到log4j2。json   验证我需要编写一个包含特殊字符和0到9的数字的java字符串来验证密码   java Univocity解析器:从这里调用函数无效:parserSettings。选择字段(*some_function*);   java在MVC上应用TDD   运行时的java按钮开关   Java8:如何流式处理int数组、提取低位字节和创建字节数组   linux无法在从Java启动的子进程中为SIGQUIT设置信号处理程序   Gradle具有真正混合的java和scala源代码