From 09052f14a92a6a67b81249d789b084c151f9fdc7 Mon Sep 17 00:00:00 2001 From: Sam Tay Date: Sun, 28 Jun 2020 21:25:33 -0700 Subject: Update demo --- README.md | 4 +- assets/demo.gif | Bin 0 -> 3406405 bytes assets/demo.svg | 214 -------------------------------------------------------- 3 files changed, 1 insertion(+), 217 deletions(-) create mode 100644 assets/demo.gif delete mode 100644 assets/demo.svg diff --git a/README.md b/README.md index 6e99d49..f246a27 100644 --- a/README.md +++ b/README.md @@ -18,12 +18,10 @@

-![](assets/demo.svg) +![](assets/demo.gif)

-**Note**: still working out some kinks. Initial release not published just yet. - ## example usage While I like the acronym *so*, this tool would actually be better described as *se*: an interface to the StackExchange network. In particular one thing that diff --git a/assets/demo.gif b/assets/demo.gif new file mode 100644 index 0000000..fe3755f Binary files /dev/null and b/assets/demo.gif differ diff --git a/assets/demo.svg b/assets/demo.svg deleted file mode 100644 index 625cf30..0000000 --- a/assets/demo.svg +++ /dev/null @@ -1,214 +0,0 @@ - - - - - - - - - - ~ s so so so h so ho so how so how so how d so how do so how do so how do I so how do I so how do I e so how do I ex so how do I exi so how do I exit so how do I exit so how do I exit V so how do I exit Vi so how do I exit Vim so how do I exit Vim Hit the [Esc] key to enter "Normal mode". Then you can type : to enter "Command-linemode". A colon (:) will appear at the bottom of the screen and you can type in one of the following commands. To execute a command, press the [Enter] key. :q to quit (short for :quit) :q! to quit without saving (short for :quit!) :wq to write and quit :wq! to write and quit even if file has only read permission (if file does not havewrite permission: force write) :x to write and quit (similar to :wq, but only write if there are changes) :exit to write and exit (same as :x) :qa to quit all (short for :quitall) :cq to quit without saving and make Vim return non-zero error (i.e. exit with error)You can also exit Vim directly from "Normal mode" by typing ZZ to save and quit (same as :x) or ZQ to just quit (same as :q!). (Note that case is important here. ZZ and zz do not mean the same thing.)Vim has extensive help - that you can access with the :help command - where you can findanswers to all your questions and a tutorial for beginners.Press [SPACE] to see more results, or any other key to exit so - so -e so -e so -e g so -e go so -e goo so -e goog so -e googl so -e google so -e google so -e google - so -e google -s so -e google -s so -e google -s a so -e google -s as so -e google -s ask so -e google -s asku so -e google -s askub so -e google -s askubu so -e google -s askubun so -e google -s askubunt so -e google -s askubuntu so -e google -s askubuntu so -e google -s askubuntu - so -e google -s askubuntu -s so -e google -s askubuntu -s so -e google -s askubuntu -s u so -e google -s askubuntu -s un so -e google -s askubuntu -s uni so -e google -s askubuntu -s unix so -e google -s askubuntu -s unix so -e google -s askubuntu -s unix h so -e google -s askubuntu -s unix ho so -e google -s askubuntu -s unix how so -e google -s askubuntu -s unix how so -e google -s askubuntu -s unix how t so -e google -s askubuntu -s unix how to so -e google -s askubuntu -s unix how to so -e google -s askubuntu -s unix how to u so -e google -s askubuntu -s unix how to us so -e google -s askubuntu -s unix how to use so -e google -s askubuntu -s unix how to use so -e google -s askubuntu -s unix how to use s so -e google -s askubuntu -s unix how to use su so -e google -s askubuntu -s unix how to use sud so -e google -s askubuntu -s unix how to use sudo so -e google -s askubuntu -s unix how to use sudo so -e google -s askubuntu -s unix how to use sudo w so -e google -s askubuntu -s unix how to use sudo wi so -e google -s askubuntu -s unix how to use sudo wit so -e google -s askubuntu -s unix how to use sudo with so -e google -s askubuntu -s unix how to use sudo witho so -e google -s askubuntu -s unix how to use sudo withou so -e google -s askubuntu -s unix how to use sudo without so -e google -s askubuntu -s unix how to use sudo without so -e google -s askubuntu -s unix how to use sudo without t so -e google -s askubuntu -s unix how to use sudo without ty so -e google -s askubuntu -s unix how to use sudo without typ so -e google -s askubuntu -s unix how to use sudo without typi so -e google -s askubuntu -s unix how to use sudo without typin so -e google -s askubuntu -s unix how to use sudo without typing so -e google -s askubuntu -s unix how to use sudo without typing so -e google -s askubuntu -s unix how to use sudo without typing p so -e google -s askubuntu -s unix how to use sudo without typing pa so -e google -s askubuntu -s unix how to use sudo without typing pas so -e google -s askubuntu -s unix how to use sudo without typing pass so -e google -s askubuntu -s unix how to use sudo without typing passw so -e google -s askubuntu -s unix how to use sudo without typing passwo so -e google -s askubuntu -s unix how to use sudo without typing passwor so -e google -s askubuntu -s unix how to use sudo without typing password so -e google -s askubuntu -s unix how to use sudo without typing password You can configure sudo to never ask for your password.Open a Terminal window and type:sudo visudoIn the bottom of the file, add the following line:$USER ALL=(ALL) NOPASSWD: ALLWhere $USER is your username on your system.Save and close the sudoers file (if you haven't changed your default terminal editor(you'll know if you have), press [Ctl + x] to exit nano and it'll prompt you to save).As of Ubuntu 19.04, the file should now look something like<!-- language: lang-conf --># # This file MUST be edited with the 'visudo' command as root. # Please consider adding local content in /etc/sudoers.d/ instead of # directly modifying this f # Allow members of group sudo to execute any command %sudoALL=(ALL:ALL) ALL # See sudoers(5) for more information on "#include" directives: #includedir /etc/sudoers.d YOUR_USERNAME_HERE ALL=(ALL) NOPASSWD: ALLAfter this you can type sudo <whatever you want> in a Terminal window without beingprompted for the password.This only applies, to using the sudo command in the terminal. You'll still be promptedfor your password if you (for example) try to install a package from the software center![gui password prompt][1] [1]: http://i.stack.imgur.com/rs7Kq.png ┌──────────────Questions──────────────┌───────────────Answers───────────────(336) Execute sudo without Password? (638) You can configure sudo to never a (184) How to run a specific program as (85) sudo -i is the way to go if you do (84) How to avoid being prompted for a (42) Root sudo timeouts are the easiest (226) How do I run specific sudo comman