Skip to content

Simple script to copy and paste text from a website to a .txt

Notifications You must be signed in to change notification settings

luislago/instapocket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

Instapocket is a simple tool to copy and paste text from a webpage to a .txt file.

I did it because I like to edit the texts I write for a website on Sublime, but sometimes I forget to save the drafts. Now, every time I want to review and change some text I wrote for the web, I use this to paste the plain text, without the .html tags.

I did two versions of it. One uses Nokogiri to scrap the text from the html. The other copies the html and uses a regex to delete the html tags.

To install nokogiri in Ubuntu do: sudo apt-get install ruby-nokogiri

About

Simple script to copy and paste text from a website to a .txt

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages