topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Tuesday March 19, 2024, 6:41 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: some aliases I'd like to share  (Read 6030 times)

wjamoe

  • Supporting Member
  • Joined in 2010
  • **
  • Posts: 99
    • View Profile
    • Donate to Member
some aliases I'd like to share
« on: July 04, 2015, 04:26 AM »
Some aliasses I use a lot

for listing the farr commands similar to gohelp
? optional-search-string

for searching the  launch history
/l optional-search-string

for searching alias names
/a optional-search-string

for searching plugins
/p optional-search-string

for searching the search history
/s optional-search-string

for opening options, no [Enter] required, use this at end of the search field
/o

for hibernation
zzzz  (anywhere in the farr searchfield) (requires nirsoft's nircmd.exe in aliasdir)

Below you find my alias export for these commands.
To import you can select (the lines you like) copy them to the clipboard (ctrl+c), open FARR (ctrl-space or Break), type gooptions to edit options, go to Lists >>Aliases/Keywords/Groups right click in the list, select Import: Paste Preformatted Alias Groups

update textual : all
functional update : /o and zzzz

1000>>>? optional-string ; help FARR commands>->Farr all commands:>n>History - List past Searches (use Del to remove an entry) - historys | restartsearch historys>n>History - List past Launches (use Del to remove an entry) - historyl | restartsearch historyl>n>Alias - List all - agroups| restartsearch agroups>n>Alias - Reload all - goareload | restartsearch goareload>n>Plugins - List All, Configure one - aplugins| restartsearch aplugins>n>Plugins - List All, choose one to Reload - preload| restartsearch preload>n>Plugins - Reload All with pause prompt - rplugins | restartsearch rplugins>n>Plugins - Alias Reload All - goreload| restartsearch goreload>n>Options Edit - gooptions | restartsearch gooptions>n>Toolbar Config - gotoolbar | restartsearch gotoolbar>n>Help show farr helpfile - gohelp | restartsearch gohelp>n>Quit - goquit | restartsearch goquit>n>About show including license key dialog - goabout | restartsearch goabout>n>Restart close and open again | restartsearch frestart>+>^\?(.*)>#>$$1

1000>>>/a optional-string (to search aliases)>->dummy | dosearch agroups $$1>+>^\/a(.*)

1000>>>/l optional-string (to search launch history)>->dummy | dosearch historyl $$1>+>^\/l(.*)

1000>>>/s optional-string (to search search history)>->dummy | dosearch historys $$1>+>^\/s(.*)

1000>>>/o ;to edit farr options settings>->dummy | dosearch gooptions>+>^\/o(.*)
1000>>>/o (at end of search field to edit farr options config settings)>->farr options auto start | dosearch gooptions>+>\/o$

1000>>>/p optional-string (to search plugins)>->dummy | dosearch aplugins $$1>+>^\/p(.*)

3000>>>zzzz hibernate>->Hibernate "%ALIASDIR%nircmd.exe" hibernate | "%ALIASDIR%nircmd.exe" hibernate /ICON=nircmd_icons\standby.ico>+>.*zzzz

3000>>>zzzz (to hibernate windows)>->Hibernate "%ALIASDIR%nircmd.exe" hibernate | "%ALIASDIR%nircmd.exe" hibernate /ICON=nircmd_icons\standby.ico>+>.*zzzz.*

I hope you like them... they saved me a lot of time  8)


Wjamoe
« Last Edit: December 28, 2015, 04:16 AM by wjamoe »

Nod5

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 1,169
    • View Profile
    • Donate to Member
Re: some aliases I like to share
« Reply #1 on: July 06, 2015, 05:40 AM »
for hibernation
zzzz  (anywhere in the farr searchfield)
;D Like it!

wjamoe

  • Supporting Member
  • Joined in 2010
  • **
  • Posts: 99
    • View Profile
    • Donate to Member
Re: some aliases I'd like to share
« Reply #2 on: December 28, 2015, 04:16 AM »
some  functional and textual updates, see first post