In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-04-05 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >
Share
Shulou(Shulou.com)06/01 Report--
This article mainly introduces how to install and use Geeknote in Linux, the content is detailed and easy to understand, the operation is simple and fast, and it has certain reference value. I believe everyone will have some gains after reading this article on how to install and use Geeknote in Linux. Let's take a look at it.
Geeknote Introduction: Geeknote is a geek version of Evernote client operating on the command line. The GUI can do the same as Command Line. Python environment is required before use.
Linux system installation Geeknote specific steps: Geeknote is developed using Python. So before you start, make sure you have Python (preferably version 2.7) and git installed.
$ sudo apt-get install python2.7 git python-setuptools$ git clone git://github.com/VitaliyRodnenko/geeknote.git$ cd geeknote$ sudo python2.7 setup.py install $ sudo yum install git$ git clone git://github.com/VitaliyRodnenko/geeknote.git$ cd geeknote$ sudo python setup.py install in Fedora or CentOS/RHEL In Arch Linux For ArchLinux users, only the packages in AUR need to be used.
Once you have Geeknote installed, you should associate Geeknote with your Evernote account:
$ geeknote login Then enter your email address, password and your two-step Captcha. If you don't have the latter, ignore it and press Enter.
Obviously you need an Evernote account to do this, so sign up first.
Once you've done that, you can start creating new notes and editing them.
But first, you need to set up your favorite text editor:
$ geeknote settings --editor vim Then, the usual syntax for creating a new note is:
$ geeknote create --title [title of the new note] (--content [content] --tags [comma-separated tags] --notebook [comma-separated notebooks]) In the above command, only 'title' is required, which is associated with the title of a new note. Other annotations can add extra metadata to notes: add tags to associate with your notes, specify which notebook to put in. Also, if you have spaces in your title or content, don't forget to put them in quotation marks.
For example:
$ geeknote create --title "My note" --content "This is a test note" --tags "finance, business, important" --notebook "Family" Then you can edit your notes. The grammar is similar:
$ geeknote edit --note [title of the note to edit] (--title [new title] --tags [new tags] --notebook [new notebooks]) Note optional parameters such as new titles, tags, and notebooks, which are used to modify the note's metadata. You can also rename notes with the following command:
$ geeknote edit --note [old title] --title [new title] Now that the basic creation and editing is complete, the more advanced features are search and delete. You can search your notes using the following grammar:
$ geeknote find --search [text-to-search] --tags [comma-separated tags] --notebook [comma-separated notebooks] --date [date-or-date-range] --content-search By default, the above command searches for notes by title. With the "-content-search" option, you can search by content.
For example:
$ geeknote find --search "*restaurant" --notebooks "Family" --date 31.03.2014-31.08.2014 Show notes with the specified title:
$ geeknote show [title]
One of my favorite techniques is to use:
$ geeknote show "*" This displays all the notes and allows you to select one of them.
Delete a note:
$ geeknote remove --note [title] Be careful this is a real delete. It deletes the note from cloud storage.
Finally, there are many options for managing tabs and notebooks. I think the most useful thing is to show the list of notebooks.
$ geeknote notebook-list
The following commands are very similar. As you can guess, you can list all the tags with the following command:
$ geeknote tag-list Create a notebook:
$ geeknote notebook-create --title [notebook title] Create a label:
$ geeknote tag-create --title [tag title] About "How to install and use Geeknote in Linux" The content of this article is introduced here, thank you for reading! I believe everyone has a certain understanding of "how to install and use Geeknote in Linux" knowledge. If you want to learn more knowledge, please pay attention to the industry information channel.
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.