How to install and use note taking/to-do app FromScratch and news reader app NEWSup on Ubuntu 16.04

As you start spending more and more time on computer, you also tend to look for software applications that can help you with your daily tasks. While the exact list of tasks that one performs on a daily basis usually varies from person to person, some tasks are quite common, such as creating to-do lists (for both personal and professional work) and reading news.

If you are on Linux, and are searching for applications that let you create a to-do list and keep you updated with latest news, you don't have to look any further as in this tutorial we will discuss the installation and usage of applications - FromScratch and Newsup - that are meant for exactly these purposes, respectively.

Please note that all the commands and instructions mentioned in this article have been tested on Ubuntu 16.04 LTS. Also, the FromScratch and Newsup versions we've used are 1.1.1 and 1.0, respectively.

ToDo List App FromScratch

According to the tool's official documentation, FromScratch is a "simple but smart" note-taking or to-do app that is free to use. The whole focus of the application is on the text the user types. Some of its key features include: auto-saving, auto-indenting, and note-folding.

The tool is available not only for Linux, but for Windows and Mac OS as well.

Download and Install FromScratch

Downloading and installing Fromscratch is pretty easy. All you have to do is to head to the application's official website, and download the app by clicking the download link on the home page.

Consequently, a .zip file will be downloaded - FromScratch-linux-ia32-1.1.1.zip in my case - which you can easily extract. Now, enter the extracted directory on the command line and run the executable file present in it.

For example, in my case, I executed the following commands:

cd FromScratch-linux-ia32/
./FromScratch

FromScratch Usage

When the application is launched, you should see a GUI similar to the following:

Starting FromScratch

As you can see in the screenshot above, the tool gives you a brief idea about itself, including what all it's capable of. 

As instructed in the window, I deleted all the introductory text and created a couple of to-do lists for me.

Create ToDo-List Items

Now, to fold a list, press Ctrl+]. For example, I folded both my todo lists using this key combination:

 Hotkeys

To unfold, simply click the three-dots in front of the list heading.

Here is the complete list of keyboard shortcuts as well as what they do:

  • cmd/ctrl+up - move current line up
  • cmd/ctrl+down - move current line down
  • cmd/ctrl+d - delete current line
  • cmd/ctrl+w/q - close application
  • cmd/ctrl +/= - zoom text in
  • cmd/ctrl - - zoom text out
  • cmd/ctrl+0 - reset text size
  • cmd/ctrl+]/[ - fold note collapsing
  • cmd/ctrl+f - search (you can also use regular expressions, by starting and ending with a /)
  • shift+cmd/ctrl+f - replace
  • shift+cmd/ctrl+r - replace all
  • cmd/ctrl+g - jump to line (you can also use : notation, or go relative lines with + and -)

NEWSup News Reader

Newsup is an application that brings latest news from various major mainstream media outlets. According to the application's official website, Newsup is fast as well as simple to use, and offers out of box support for both 32 and 64-bit architectures. It also says that Newsup is the "best app in Linux town."

Download and Install NEWSup

You can easily download the tool from here. What gets downloaded is a .deb package which you can install using the dpkg command in the following way:

sudo dpkg -i <name-of-deb-package>

For example, following is the command I executed in my case:

sudo dpkg -i newsup_1.0-1.deb

And to launch the application, run the following command:

newsup

An important thing worth mentioning here is that in my case, the above command produced the following error:

...

/usr/local/bin/newsup: line 471: rsstail: command not found

...

And I fixed it by installing the missing rsstail application, something which I did by running the following command:

sudo apt-get install rsstail

NEWSup Usage

When you'll launch the Newsup application, the following window will show up:

Using NewsUp

So, as you can see, the tool gives you an option to choose the type of news as well as the source channel - by default, 'News Type' is 'Latest Headlines' and Channel is 'BBC.'

To initiate the news fetching operation, click the Get News button. In my case, the following results were produced:

Get News with NewsUp

Now, if you want to change the type of news or the source channel, just click the Cancel button at the bottom. Here is the complete list of News Type options that the tool offers:

Change type of news

And the following screenshot gives an idea about the different source channel options available with Newsup:

News source channel

The Enough News For Now button - as the name suggests - closes the Newsup application.

Conclusion

Agreed, FromScratch and Newsup are not the only note-taking and news applications available on Ubuntu, but these are definitely one of the most simple ones. And more often than not, we don't really need feature-heavy tools to perform our tasks.

If these applications fit your case, do give them a try, and in case you are already using any such app and are more than satisfied with it, share the names with us in comments below.

Share this page:

0 Comment(s)