Skip to content

Instantly share code, notes, and snippets.

@sangimed
Last active March 27, 2019 14:18
Show Gist options
  • Select an option

  • Save sangimed/b19882f4f89e7d02cbc5ced38b49d5b8 to your computer and use it in GitHub Desktop.

Select an option

Save sangimed/b19882f4f89e7d02cbc5ced38b49d5b8 to your computer and use it in GitHub Desktop.

Revisions

  1. sangimed revised this gist Mar 27, 2019. No changes.
  2. sangimed revised this gist Mar 27, 2019. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions Z Command example
    Original file line number Diff line number Diff line change
    @@ -7,7 +7,7 @@ cd ../utils
    # Accessing quickly via the Z command
    sangimed@ubuntu ~ z watc service
    sangimed@ubuntu ~ /Repositories/watc/src/main/java/com/mohamedibrihen/watc/service
    sangimed@ubuntu ~ z watc endpoint # same result with `z endpoint`
    sangimed@ubuntu ~ z endpoint
    sangimed@ubuntu ~ /Repositories/watc/src/main/java/com/mohamedibrihen/watc/endpoint
    sangimed@ubuntu ~ z utils
    sangimed@ubuntu ~ z uti
    sangimed@ubuntu ~ /Repositories/watc/src/main/java/com/mohamedibrihen/watc/utils
  3. sangimed renamed this gist Mar 27, 2019. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  4. sangimed created this gist Mar 27, 2019.
    13 changes: 13 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,13 @@
    # Accessing to some directories for the first time.
    cd Repositories/watc/src/main/java/com/mohamedibrihen/watc/service
    cd ../endpoint
    cd ../utils


    # Accessing quickly via the Z command
    sangimed@ubuntu ~ z watc service
    sangimed@ubuntu ~ /Repositories/watc/src/main/java/com/mohamedibrihen/watc/service
    sangimed@ubuntu ~ z watc endpoint # same result with `z endpoint`
    sangimed@ubuntu ~ /Repositories/watc/src/main/java/com/mohamedibrihen/watc/endpoint
    sangimed@ubuntu ~ z utils
    sangimed@ubuntu ~ /Repositories/watc/src/main/java/com/mohamedibrihen/watc/utils