It is currently Sat May 18, 2013 5:01 am

All times are UTC - 8 hours




Post new topic Reply to topic  [ 42 posts ]  Go to page 1, 2, 3  Next
Author Message
 Post subject: Famulus
PostPosted: Fri Mar 16, 2012 3:45 am 
Offline
User avatar

Joined: Fri Jun 04, 2010 2:11 am
Posts: 283
Famulus is a text based file and application launcher, similar in concept to several applications already in the database. It is open source freeware, written in AutoHotkey. I wrote it, with a great deal of help from several sources including guinness. I ask that you give it a try see if you deem it worthy of inclusion. 8)
http://crzyinc.weebly.com/famulus.html

_________________
"My dear Mr Gyrth, I am never more serious than when I am joking."
~Albert Campion
------------------------------------------------------------------------
Website | Demo scripts | Blog | External contact


Top
 Profile  
 
 Post subject: Re: Famulus
PostPosted: Fri Mar 16, 2012 4:11 am 
Offline
User avatar

Joined: Mon Aug 27, 2007 2:00 am
Posts: 3710
It gets my vote :mrgreen:

_________________
Added 177 Applications: Portable and an AutoIt MVP
SoftwareSpot - Portable Apps


Top
 Profile  
 
 Post subject: Re: Famulus
PostPosted: Fri Mar 16, 2012 5:14 am 
Offline
User avatar

Joined: Thu Aug 07, 2008 4:51 am
Posts: 2572
Great name and beautiful icon.

Can it be configured not to use Numpad?

_________________
bəʊɡɪ bəəs


Top
 Profile  
 
 Post subject: Re: Famulus
PostPosted: Fri Mar 16, 2012 6:41 am 
Offline
User avatar

Joined: Mon Aug 27, 2007 2:00 am
Posts: 3710
Tested: Portable

_________________
Added 177 Applications: Portable and an AutoIt MVP
SoftwareSpot - Portable Apps


Top
 Profile  
 
 Post subject: Re: Famulus
PostPosted: Fri Mar 16, 2012 3:30 pm 
Offline
User avatar

Joined: Fri Jun 04, 2010 2:11 am
Posts: 283
I am Baas wrote:
Great name and beautiful icon.

Can it be configured not to use Numpad?

Thanks, and yes. It can be set to use almost any key or key combination.

_________________
"My dear Mr Gyrth, I am never more serious than when I am joking."
~Albert Campion
------------------------------------------------------------------------
Website | Demo scripts | Blog | External contact


Top
 Profile  
 
 Post subject: Re: Famulus
PostPosted: Fri Mar 16, 2012 5:02 pm 
Offline

Joined: Wed Jul 18, 2007 5:45 pm
Posts: 597
dmg: Lovin' it! Great work!

I'm able to use relative file paths by simply entering "../APP NAME/APP.EXE" into "File Path". Nice!

Memory size is around 400-500k when idle and around 1-2MB when active. In comparison, Executor is currently running at around 8MB. (I'm using a skin so that might also affect the memory usage.)

I've got a feature request. Can we add hotkey support to commands? Executor does this.

One bug report I've found is I can't seem to use the space key as an activation key. I want to use Alt + Space.

_________________
is it stealth? ;)


Top
 Profile  
 
 Post subject: Re: Famulus
PostPosted: Fri Mar 16, 2012 7:55 pm 
Offline
User avatar

Joined: Fri Jun 04, 2010 2:11 am
Posts: 283
Quote:
I've got a feature request. Can we add hotkey support to commands? Executor does this.
I am sure it is possible, but it would be pretty far outside what I originally intended for Famulus. I will think about it.
Quote:
One bug report I've found is I can't seem to use the space key as an activation key. I want to use Alt + Space.
This is actually a limitation of the hotkey gui control built into Windows. You can get around it by manually editing the ini file. You may need to look up the proper syntax here: http://www.autohotkey.com/docs/Hotkeys.htm

Thank you for the feedback. :D

_________________
"My dear Mr Gyrth, I am never more serious than when I am joking."
~Albert Campion
------------------------------------------------------------------------
Website | Demo scripts | Blog | External contact


Top
 Profile  
 
 Post subject: Re: Famulus
PostPosted: Fri Mar 16, 2012 8:19 pm 
Offline

Joined: Wed Jul 18, 2007 5:45 pm
Posts: 597
Hi dmg, thanks for the tip for manually editing the settings.ini. That worked!

Hope you implement hotkeys for commands when you have some time.

In the meantime, I'm definitely going to use Famulus on my memory-challenged netbook. It's going to replace Hoekey.

Edit: Just added it to TPFC!
http://www.portablefreeware.com/index.php?id=2265

_________________
is it stealth? ;)


Last edited by freakazoid on Fri Mar 16, 2012 10:44 pm, edited 1 time in total.

Top
 Profile  
 
 Post subject: Re: Famulus
PostPosted: Fri Mar 16, 2012 10:32 pm 
Offline
User avatar

Joined: Fri Jun 04, 2010 2:11 am
Posts: 283
freakazoid wrote:
I'm able to use relative file paths by simply entering "../APP NAME/APP.EXE" into "File Path". Nice!
Famulus also has a limited 'convert to relative' function. See the documentation.
freakazoid wrote:
Edit: Just added it to TPFC!
Much obliged. :)

_________________
"My dear Mr Gyrth, I am never more serious than when I am joking."
~Albert Campion
------------------------------------------------------------------------
Website | Demo scripts | Blog | External contact


Top
 Profile  
 
 Post subject: Re: Famulus
PostPosted: Wed Mar 21, 2012 7:01 am 
Offline
User avatar

Joined: Fri Jun 04, 2010 2:11 am
Posts: 283
Famulus is at v1.00.1b. I have updated the database.

_________________
"My dear Mr Gyrth, I am never more serious than when I am joking."
~Albert Campion
------------------------------------------------------------------------
Website | Demo scripts | Blog | External contact


Top
 Profile  
 
 Post subject: Re: Famulus
PostPosted: Wed Mar 21, 2012 10:43 pm 
Offline

Joined: Wed Jul 18, 2007 5:45 pm
Posts: 597
Hey dmg,

Nice to see the filesize go down! :)

I see that you've added Windows Run commands in this update, however I couldn't get any of them working.
I tested with "cmd" and "calc" but got this error:

Quote:
Code does not match any known command. Please try again.

Any idea why? FYI, I'm on Windows XP if that helps at all.

Also, I'd like to request the ability to set the font size of the dialog prompt.
I'm using Famulus in the center position and would like it preferably a little larger.

_________________
is it stealth? ;)


Top
 Profile  
 
 Post subject: Re: Famulus
PostPosted: Thu Mar 22, 2012 12:05 am 
Offline
User avatar

Joined: Fri Jun 04, 2010 2:11 am
Posts: 283
Quote:
I see that you've added Windows Run commands in this update, however I couldn't get any of them working.
I tested with "cmd" and "calc" but got this error:...Any idea why? FYI, I'm on Windows XP if that helps at all.
Famulus was always able to use the same commands as the Windows Run utility, but you have to prepend the command with the @ symbol ie @calc or @wmplayer. This is also how you run web addresses. The @ prefix just tells Famulus that what you are typing should be run directly and not compared to the command list. I described this in the readme and the features list on the website but I see I neglected to include it in the actual help file... Sorry. :oops:

I will make the necessary changes.
Quote:
Also, I'd like to request the ability to set the font size of the dialog prompt.
I'm using Famulus in the center position and would like it preferably a little larger.
Sounds like an excellent idea. I will work on it. :)

A question: the current version automatically deletes or restores the sounds folder. Would it make more sense if it only restored, allowing the user to decide when and if they want to delete it?

_________________
"My dear Mr Gyrth, I am never more serious than when I am joking."
~Albert Campion
------------------------------------------------------------------------
Website | Demo scripts | Blog | External contact


Top
 Profile  
 
 Post subject: Re: Famulus
PostPosted: Thu Mar 22, 2012 3:49 pm 
Offline

Joined: Wed Jul 18, 2007 5:45 pm
Posts: 597
Quote:
The @ prefix just tells Famulus that what you are typing should be run directly and not compared to the command list.

That makes a whole lot of sense! My fault for not reading the readme.

Quote:
A question: the current version automatically deletes or restores the sounds folder. Would it make more sense if it only restored, allowing the user to decide when and if they want to delete it?

You could do that if you want. I personally don't have any preference about this.

_________________
is it stealth? ;)


Top
 Profile  
 
 Post subject: Re: Famulus
PostPosted: Thu Mar 22, 2012 11:00 pm 
Offline
User avatar

Joined: Mon Aug 27, 2007 2:00 am
Posts: 3710
dmg wrote:
A question: the current version automatically deletes or restores the sounds folder. Would it make more sense if it only restored, allowing the user to decide when and if they want to delete it?
I would say (from personal experience) that you should leave the preference of whether or not the sounds folder is present to the user. Of course you're the developer so you have the upper-hand on this decision, but there was one developer that kept restoring the Readme file after I deleted, because quite frankly the application was easy to use so therefore was pointless.

_________________
Added 177 Applications: Portable and an AutoIt MVP
SoftwareSpot - Portable Apps


Top
 Profile  
 
 Post subject: Re: Famulus
PostPosted: Fri Mar 23, 2012 1:38 am 
Offline
User avatar

Joined: Fri Jun 04, 2010 2:11 am
Posts: 283
I saw freakazoid's comments about deleting unnecessary files to save space, and it occurred to me that if someone deleted the sound files and later wanted to turn on application sounds they would have to re-download Famulus. I thought that by storing the .wav files in the .exe and extracting them when and if sounds were turned back on it would be more convenient. But I went a step further and made it so the sounds folder would be automatically deleted if the app sounds were turned off. In retrospect I think this is both unnecessary and potentially annoying. I will most likely change this in the next version to restore only.

If anyone has any thoughts please chime in.

_________________
"My dear Mr Gyrth, I am never more serious than when I am joking."
~Albert Campion
------------------------------------------------------------------------
Website | Demo scripts | Blog | External contact


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 42 posts ]  Go to page 1, 2, 3  Next

All times are UTC - 8 hours


Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  

Protected by Anti-Spam ACP Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group