AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

AHkxplorer0.5.2: new version with more than 25 new features

 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Scripts & Functions
View previous topic :: View next topic  
Author Message
kiu



Joined: 18 Dec 2005
Posts: 229
Location: Italy - Galatro(RC)

PostPosted: Sun Mar 26, 2006 10:25 pm    Post subject: AHkxplorer0.5.2: new version with more than 25 new features Reply with quote

Now AHKxplorer can do more, but the work to do is still hard.
This is always a BETA version and sure there are many bugs

Code:
      1)Browse folders and open files
      2)Favourites folders submenu
      3)Browse folder quickly with right click on a folder and select Fast Browse
         3.1)browse rapidely your folders and open files from here
         3.2)favourites folders submenu(saved when you close the program)
         3.3)option to browse for folders and open this folders in dialogs such as Open Dialog box
         3.4)root submenu wich contains drives, cdrom drives and removable media
         3.5)submenu "back to" to quickly switch up 1,2,3,....  levels
         3.6)other minor functions
      4)Move or resize a window
      5)Support for tabs
      6)Copy selected files/folders in an open tab, in a specified folder or in the other panel
      7)Back to previous folder
      8)Toggle between large icon and list list with detailed informations
      9)Manage tabs with tab button
      10)History menu of most recent folders
      11)Append function: view not only current folder contenent, but append
         other folder contenent to this one(different from copying them)
      12)Browse up 1,2,3,... levels
      13)Special Address bar:
         13.1)Write a folder path and jump to it.
         13.2)Write "p " followed by a command to launch it in command prompt
              example: "p cd E:\" will go to E:\ in prompt
         13.3)Write "r " before a command to run it like in Run dialog
         13.4)Write "f " followed by a filter to apply this filter to the folder
         13.5)Write "s " followed by a word to search for it in this
             folder and its subfolders
         13.6)Write "l " followed by a char or a number to show files
              and folders that start with it
      14)Double panel
      15)Filter a folder to show only what you want
         15.1)show only folders
         15.2)show only files
         15.3)show only documents, audio, video, images
         15.4)show only files or folders containing a specified word
         15.5)save personal filter
      16)Layer support: a layer is a set of files from different folders
         16.1)save a layers by append files to current folder or clear them from it
         16.2)delete layers
         16.3)load layer
      17)Move selected files/folders in an open tab, in a specified folder
         or in the other panel
      18)Create new files
      19)Create new folders
         19.1)simple folder
         19.2)a folder structure with numbers
         19.3)a folder structure with alphabet
         19.4)a folder with date, month, hour, day, ....
         19.4)specify prefix or postfix for folder structures
      20)Delete files and folders (maybe it doesn't work)
         20.1)completly remove
         20.2)send to recycle bin
      21)Remember last section tabs
      22)Hotkey for each button. In order F2(NumPad.) for back, F3 for tab, NumPad1 to copy to....
      23)Basic menu with all command (new, copy to) and others.
         Call it with ALT + SPACE
      24)Use ALT + "driveLetter" to go to that drive. Example ALT+c will jump to c:\
      26)Use CTRL+PageUp or CTRL+PageDown to navigate between tabs
      27)WIN+r to update the folder
      28)View icons as they are
      29)Preview image files as icons
      30)Select a file and single click it in its name to rename it
      31)Extract 7z, zip, gzip, bzip2, Z and tar archive here or to a folder
      32)Archive a folder to folder.7z, folder.zip or with
         gzip, bzip2, Z and tar format
      33)Special folder menu
      34)Menu bar
      35)Integrated search engine
      36)Built in search engine
         36.1)Search in this folder or in a specified one
         36.2)Specify extensions, if more or less than X KB
         36.3)Include or exclude folder
      37)Initial support for Drag&Drop (copying and moving files and folder)
      38)Double click in blank region will update current folder
      39)Tab session
         39.1)The program save current open tabs on exit
         39.2)User can save current tabs session via tab menu
         39.3)User can load tabs sessions via tab menu
         39.4)User can delete tabs sessions via tab menu
      40)Print a folder from Main menu in menu bar:
         40.1)Print a folder with subfolders
         40.2)Print a folder without subfolders
      41)Personalize any icon
         41.1)If you do nothing, things work
         41.2)If you insert an image(ico,bmp,png,gif,jpg,...) in
              icons\files, with the name of an extension, then
             this file type is displayed with that icon. Example:
             if a file icons\files\txt.png exists, then all .txt files
             will be shown with that icon
         41.3)Folders are shown with image  icons\folder.png
      42)Images files are showed with their own image
      43)Link management: clicking on a link will open a submenu:
         "Open" will open that link, "Go to this folder" will jump
         to this link folder
      44)Possibility to open not registered files in notepad
      45)XButton1 to go back
      46)Customize single folder icon with your own
      47)Status bar showing: status of program, free disk space,
          current folder space, selected file space


Almost anythig should work, but this is an initial version
All in only 60 KB
And finally the file:
This is the source code script with wich you can do almost anything
AHkxplorer0.5.2b
and this is the exe file to use functions like support for archive files
AHkxplorer (executable file)
_________________
____________________
______________________
kiu


Last edited by kiu on Tue Apr 25, 2006 9:57 pm; edited 2 times in total
Back to top
View user's profile Send private message Visit poster's website
tekNerd
Guest





PostPosted: Sun Mar 26, 2006 11:25 pm    Post subject: Reply with quote

God, man! I was just about to ask if it is possible! I was using XYplorer, but he changed the policy and I don't like it anymore! XYplorer is a VB app and a little slow and very ugly, but has a lot of futures that I like.
Now I was about to ask if AutoHotkey could do something like this, but I see that...almost can!
Thanks, kiu! This script will be a blast!
Back to top
Chris
Site Admin


Joined: 02 Mar 2004
Posts: 10480

PostPosted: Mon Mar 27, 2006 2:29 am    Post subject: Reply with quote

Nice-looking app. Thanks for giving such complete details about its capabilities.
Back to top
View user's profile Send private message Send e-mail
AHKnow*
Guest





PostPosted: Mon Mar 27, 2006 6:48 am    Post subject: Reply with quote

How about list view? I like the look of small icons and being able to see everything as a list.
Back to top
kiu



Joined: 18 Dec 2005
Posts: 229
Location: Italy - Galatro(RC)

PostPosted: Fri Mar 31, 2006 4:10 pm    Post subject: Reply with quote

In next version:
Code:

      1)Browse folders and open files
      2)Favourites folders submenu
      3)Browse folder quickly with right click on a folder and select Fast Browse
         3.1)browse rapidely your folders and open files from here
         3.2)favourites folders submenu(saved when you close the program)
         3.3)option to browse for folders and open this folders in dialogs such as Open Dialog box
         3.4)root submenu wich contains drives, cdrom drives and removable media
         3.5)submenu "back to" to quickly switch up 1,2,3,....  levels
         3.6)other minor functions
      4)Move or resize a window
      5)Support for tabs
      6)Copy selected files/folders in an open tab, in a specified folder or in the other panel
      7)Back to previous folder
      8)Toggle between large icon and list list with detailed informations
      9)Manage tabs with tab button
      10)History menu of most recent folders
      11)Append function: view not only current folder contenent, but append
         other folder contenent to this one(different from copying them)
      12)Browse up 1,2,3,... levels
      13)Special Address bar:
         13.1)Write a folder path and jump to it.
         13.2)Write "p " followed by a command to launch it in command prompt
              example: "p cd E:\" will go to E:\ in prompt
         13.3)Write "r " before a command to run it like in Run dialog
         13.4)Write "f " followed by a filter to apply this filter to the folder
         13.5)Write "s " followed by a word to search for it in this
             folder and its subfolders
      14)Double panel
      15)Filter a folder to show only what you want
         15.1)show only folders
         15.2)show only files
         15.3)show only documents, audio, video, images
         15.4)show only files or folders containing a specified word
         15.5)save personal filter
      16)Layer support: a layer is a set of files from different folders
         16.1)save a layers by append files to current folder or clear them from it
         16.2)delete layers
         16.3)load layer
      17)Move selected files/folders in an open tab, in a specified folder
         or in the other panel
      18)Create new files
      19)Create new folders
         19.1)simple folder
         19.2)a folder structure with numbers
         19.3)a folder structure with alphabet
         19.4)a folder with date, month, hour, day, ....
         19.4)specify prefix or postfix for folder structures
      20)Delete files and folders (maybe it doesn't work)
         20.1)completly remove
         20.2)send to recycle bin
      21)Remember last section tabs
      22)Hotkey for each button. In order F2(NumPad.) for back, F3 for tab, NumPad1 to copy to....
      23)Basic menu with all command (new, copy to) and others.
         Call it with ALT + SPACE
      24)Use ALT + "driveLetter" to go to that drive. Example ALT+c will jump to c:\
      26)Use CTRL+PageUp or CTRL+PageDown to navigate between tabs
      27)WIN+r to update the folder
      28)View icons as they are
      29)Preview bmp files as icons
      30)Select a file and single click it in its name to rename it
      31)Extract 7z, zip, gzip, bzip2, Z and tar archive here or to a folder
      32)Archive a folder to folder.7z, folder.zip or with
         gzip, bzip2, Z and tar format
      33)Special folder menu
      34)Menu bar
      35)Integrated search engine 320mph from Rajat
      36)Built in search engine
         36.1)Search in this folder or in a specified one
         36.2)Specify extensions, if more or less than X KB
         36.3)Include or exclude folder
      37)Initial support for Drag&Drop (copying and moving files and folder)
      38)Double click in blank region will update current folder

_________________
____________________
______________________
kiu
Back to top
View user's profile Send private message Visit poster's website
kiu



Joined: 18 Dec 2005
Posts: 229
Location: Italy - Galatro(RC)

PostPosted: Tue Apr 25, 2006 9:55 pm    Post subject: Reply with quote

New version. See first post for new features (from 20 to 47)
_________________
____________________
______________________
kiu
Back to top
View user's profile Send private message Visit poster's website
kiu



Joined: 18 Dec 2005
Posts: 229
Location: Italy - Galatro(RC)

PostPosted: Wed Apr 26, 2006 7:30 am    Post subject: Reply with quote

I noticed that you should have an image file in "icons\folder.png" to show folder icons.
I'll correct this in next release
_________________
____________________
______________________
kiu
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Scripts & Functions All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group