观察者

notesviewer的Python项目详细描述


注释视图

用python编写的命令行notes查看器

安装

pip install notesviewer

用法

notesviewer --help
notesviewer version 
notesviewer list
notesviewer display <note> 
notesviewer add <note>
notesviewer insert <note> <title>
nosteviewer edit   <index> <note>
notesviewer delete <note>
notesviewer remove <index> <note>
notesviewer move <index> <fromnote> <tonote>
notesviewer addtags <note> <tag>
notesviewer add_profile <profile>
notesviewer show_profiles
notesviewer switch_profile
notesviewer profile
notesviewer tags <note>
notesviewer removetags <note> <tag(s)>
notesviewer editlinks <note>
notesviewer links <note>
notesviewer editlinks <note>
notesviewer showconfig
notesviewer setdefaultconfig
notesviewer setconfig <key> <value>
notesviewer search <regex> note(s)
notesviewer check
notesviewer interactive    #Not implemented yet

更改日志

0.9.3
- Changed parser argument for add,insert, delete, remove from name to note for consistency 
- Added help context to commands when using notesviewer --help

0.9.4
- Added links and editlinks commands for managing notes bookmarks(links)
- Added setconfig command to easily changing config settings
- Added root note verification
- Updated the check command to include the new root note verification
- Fixed --help to display notesviewer name correctly

0.9.5
- Changed the default editor to vi
- Added cyan, magenta and grey color options
- Changed some of the default colors
- Added note naming convention with approved characters
- Fixed display command bug when inserting with : character
- Notes root path and config are in the same location now
- Added profile, add_profile, show_profies, switch_profile commands for profile managment

0.9.5.1
- A default profile is created upon initalization
- Will Create a the profile path from config if missing

贡献

欢迎拉取请求。

许可证

gpl2

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

推荐PyPI第三方库


热门话题
java Spring Hibernate NoClassDefFoundError CurrentSessionContext   Java中的While循环不会对文档的最后一行执行操作   java如何禁用javafx窗口   java有哪种方法的功能与retain all相反?   统计Java基于箱线图生成随机数   Java:PropertyResourceBundle   java编译/捕获异常   日志记录如何使用java log4j将日志文件保存在monthwise文件夹中?   气泡排序Java气泡排序   java无法使用无服务器本地调用AWS Lambda   java在更新JLabel文本时遇到问题;与Netbeans 6.9的GUI生成器相关   java自动设置一个类中的所有字段(private)   java将列表<BuffereImage>转换为图像