This App is No Longer Maintained. Visit the Replacement at StrokesPlus.net

StrokesPlus Forum
                       
StrokesPlus Forum
Home | Profile | Active Topics
Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 General Discussion
 General Discussion
 Suggest good App for Fast work!
 Forum Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

babakm

58 Posts

Posted - 05/05/2014 :  11:59:20  Show Profile
I know some App that with this, I can do my work faster in windows like S+. Come on! to share list with another.

1. S+ (my Best)
2. Direct Folders http://codesector.com/directfolders
3. Copyq http://hluk.github.io/CopyQ The BEST clipboard manager , Compatible with S+.

Edited by - babakm on 07/31/2014 10:57:07

gopikrish2000

34 Posts

Posted - 05/07/2014 :  14:58:39  Show Profile
I'm a guy who always looks for Fast work and does research a lot on those . Some of the Softwares which are useful are

1. S+ ( for gesture actions )
2. autohotkey ( http://ahkscript.org/ , for keyboard actions like changing key assignment [ make Capslock + A act like Home Key etc ] , shortcut words completion like btw converts to "by the way" , Interaction with System level Api's or Dlls to perform actions and Lots more )
3. ClipJump ( http://clipjump.sourceforge.net/ , this is the BEST clipboard software available highly customizable with many many features )
4. Sikuli windows automation ( http://www.sikuli.org/ , every thing which you are not able to do with either S+ or autohotkey , you can most probably do with this sikuli scripts . Simple to write [ will be similar to image clicking ,mouse recording , key board recording events ] ) .
5. QtTabBar ( http://qttabbar.sourceforge.net/ for seeing explorer tabs instead of confusing stacked windows has many other features as well )
6. Few other things like changes in windows registries to get features like "Open Command Window in this path" , "Copy to folder" etc .
7. In Browsers , Firefox use Greasymonkey addon scripts which will be very good . Also addons like TabMixPlus etc which will increase productivity

Please share if any great software is being missed.

Edited by - gopikrish2000 on 05/07/2014 15:04:12
Go to Top of Page

tpr

6 Posts

Posted - 05/07/2014 :  17:41:12  Show Profile  Visit tpr's Homepage
PowerPro - all kind of mouse/keystroke things, bars, timers, etc.
Executor - fast launching applications
AutoText - text expander
ToDoList - todos/notes

Here you can read some of them in detail:
http://blog.rolandtoth.hu/post/84512226157/productivity-boosting-utilities-windows
Go to Top of Page

gopikrish2000

34 Posts

Posted - 05/09/2014 :  17:07:44  Show Profile
@babakm great it helped someone . clipJump is entirely build using autohotkey ( point 2) . autohotkey provides various functionalities to do lots of stuff ,if interested check (clipjump is one in the forum list )
http://www.autohotkey.com/board/forum/49-scripts/
and www.autohotkey.com

Go to Top of Page

babakm

58 Posts

Posted - 05/10/2014 :  00:36:56  Show Profile
quote:
Originally posted by gopikrish2000

@babakm great it helped someone . clipJump is entirely build using autohotkey ( point 2) . autohotkey provides various functionalities to do lots of stuff ,if interested check (clipjump is one in the forum list )
http://www.autohotkey.com/board/forum/49-scripts/
and www.autohotkey.com





Thanks. In future, I have to try to learn it.
Go to Top of Page

iza

4 Posts

Posted - 05/16/2014 :  16:48:52  Show Profile  Visit iza's Homepage
There's already been 2 clipboard managers mentioned, but my personal favourite is:

ArsClip - Clipboard manager
http://www.joejoesoft.com/vcms/97/

Everything Search Engine - Ridiculously fast filename/path search across the entire hard drive
http://www.voidtools.com

Chocolatey - "Package manager" for Windows; silently install programs from the command line
http://chocolatey.org/
Go to Top of Page

babakm

58 Posts

Posted - 06/01/2014 :  07:03:55  Show Profile
quote:
Originally posted by iza

There's already been 2 clipboard managers mentioned, but my personal favourite is:

ArsClip - Clipboard manager
http://www.joejoesoft.com/vcms/97/

Everything Search Engine - Ridiculously fast filename/path search across the entire hard drive
http://www.voidtools.com

Chocolatey - "Package manager" for Windows; silently install programs from the command line
http://chocolatey.org/



"Everything" by voidtools is fantastic. It is better than Windows search.
The newer alternative to "Everything" is Hddb File Search
http://hddb.xp-zed.com/.
Hddb doesn't require admin permission when doing file search, so no UAC prompt is required on startup. But it have 2 con.:
inability automatically rebuilding DB.
we can not change the DB location.

Edited by - babakm on 06/01/2014 08:14:06
Go to Top of Page

gopikrish2000

34 Posts

Posted - 06/03/2014 :  12:29:05  Show Profile
I found one more useful software Conemu ( https://code.google.com/p/conemu-maximus5/ ). It is far far better than default command prompt we use . It has features like macro support , copy similar to text editor , tabs support , screen divide and many more
Go to Top of Page

babakm

58 Posts

Posted - 07/29/2014 :  02:30:20  Show Profile
two "Hddb File Search" problems, solved:

1. The database location option added in new release.http://hddb.xp-zed.com/release_notes.html
2. For automatic renewing DB: I have create a S+ Acton for run the "Hddb File Search":
acRunProgram("C:\\Program Files\\xp-zed\\hddb\\Hddb_Gui.exe")
acDelay(100)
acSendKeys("{F_7}")

Edited by - babakm on 07/29/2014 02:33:16
Go to Top of Page

Surenpahlav

20 Posts

Posted - 07/30/2014 :  13:27:47  Show Profile
1. EventGhost - Remote app.
2. Ditto - Best clipboard manager so far that i've seen, tried many others.
3. Volumouse - Tool for controlling volume through mouse and other means. Just in line of other great tools which can be found at http://www.nirsoft.net/.
4. Gadwin printscreen.
5. Classic shell - Custom start menu for W7 and W8.
6. Filemenu tools - Edit the context menu of windows.
7. Textaloud - Text to speech reader for windows and Mozilla, IE etc.
8. Unlocker - Unlock locked files within windows to delete or move them.
9. Sherrod Computers File Renamer.
10. Virutal clone drive.
11. Duplicate file cleaner.
12. Shell menu new - Another tool from nirsoft.net, for editing the new menu of context menu.
13. Somebody already mentioned the almighty AHK.
14. Last but not least, StrokesPlus of course.

And of course a shitloads of Firefox addons, many great ones out there, too many to list in this topic.
Go to Top of Page

babakm

58 Posts

Posted - 08/18/2014 :  06:34:18  Show Profile
DropIt
http://www.dropitproject.com/
When you need to organize files, DropIt can eliminate much of the drudgery of searching and manually opening folders and moving files around.

Drop a group of different files and folders on the floating DropIt image and it sorts them to defined destination folders, compresses or extracts them, opens them with associated programs or performs other defined actions.

You can define how to filter your files (by name, directory, size, date, properties, content, regular expressions) and associate one of the 18 available actions to perform (Move, Copy, Compress, Extract, Rename, Delete, Encrypt, Decrypt, Open With, Upload, Send by Mail, Create Gallery, Create List, Create Playlist, Create Shortcut, Copy to Clipboard, Change Properties and Ignore). You can also organize your associations in profiles and automatically scan monitored folders at a defined time interval to process included files...

Edited by - babakm on 08/18/2014 06:35:29
Go to Top of Page
  Previous Topic Topic Next Topic  
 Forum Locked
 Printer Friendly
Jump To:
StrokesPlus Forum © 2011-2018 Rob Yapchanyk Go To Top Of Page
Snitz Forums 2000