English Amiga Board


Go Back   English Amiga Board > Coders > Coders. General > Coders. Releases

 
 
Thread Tools
Old 03 September 2023, 15:42   #1
arisamiga
Registered User
 
arisamiga's Avatar
 
Join Date: Jul 2023
Location: Dublin, Ireland
Posts: 11
Arrow Mnemosyne - Disk usage statistics utility for AmigaOS 3.2

Hello Everyone!!

I have made my first application for the Amiga!

Mnemosyne is an open-source disk utility application for AmigaOS 3.x,
which can be used to to see how much disk space your files and folders are taking up.

Mnemosyne is coded in C and uses the NDK 3.2 and ReAction (For the GUI).

Note: It required at least AmigaOS 3.2.1 for the GUI to Function tho



You can find the source code at Github:
https://github.com/Arisamiga/Mnemosyne

You can download it at either Github or at Aminet:
http://aminet.net/package/util/misc/Mnemosyne

If you have any issues please let me know

Last edited by arisamiga; 28 October 2023 at 01:05.
arisamiga is offline  
Old 18 September 2023, 22:52   #2
arisamiga
Registered User
 
arisamiga's Avatar
 
Join Date: Jul 2023
Location: Dublin, Ireland
Posts: 11
Just letting you know, Mnemosyne has been updated to version 1.0.1 which is a patch release but still includes some bug fixes and other updates

More details of what the update includes can be found on the release page here:
https://github.com/Arisamiga/Mnemosy...ases/tag/1.0.1

Or you can find them on my blog post :
https://blog.arisamiga.rocks/post/mnemosyneupdate/
arisamiga is offline  
Old 28 October 2023, 01:05   #3
arisamiga
Registered User
 
arisamiga's Avatar
 
Join Date: Jul 2023
Location: Dublin, Ireland
Posts: 11
Hello Again!!

There is a New Update 1.0.2 which makes Mnemosyne work on AmigaOS 3.1, 3.1.4, 3.9 as well as some layout changes!

More details of what the update includes can be found on the release page here:
https://github.com/Arisamiga/Mnemosy...ases/tag/1.0.2
arisamiga is offline  
Old 28 October 2023, 01:18   #4
fgh
Registered User
 
Join Date: Dec 2010
Location: Norway
Posts: 819
Nice! Congrats on making your first amiga program!
fgh is offline  
Old 28 October 2023, 03:40   #5
GWhizz
Registered User
 
Join Date: Apr 2014
Location: Hemet/USA
Posts: 50
Very Cool
GWhizz is offline  
Old 28 October 2023, 04:09   #6
jcgeuze
Registered User
 
Join Date: Sep 2020
Location: Leon, Mexico
Age: 49
Posts: 77
Very cool, Did you already know C or started from scratch?
jcgeuze is offline  
Old 28 October 2023, 09:58   #7
arisamiga
Registered User
 
arisamiga's Avatar
 
Join Date: Jul 2023
Location: Dublin, Ireland
Posts: 11
Quote:
Originally Posted by jcgeuze View Post
Very cool, Did you already know C or started from scratch?
I started from scratch and used Mnemosyne as a excuse to also learn C
arisamiga is offline  
Old 28 October 2023, 11:16   #8
DisasterIncarna
Registered User
 
DisasterIncarna's Avatar
 
Join Date: Oct 2021
Location: England
Posts: 1,180
nice utility, just had a quick try, its prety accurate, i am a little confused why some entries end up showing as KB instead of MB or GB tho?

My Internet folder correctly shows as 184 MB, Prefs as 10MB and several others as MB, my Music folder is showing as 6942892 KB instead of 6 GB, my IconSets folder shows as 294701 KB instead of 294 MB, my Extras folder correctly shows as 968 MB.

so im getting weird results with some things showing as KB and some correctly as MB, the total size doesnt seem to be a factor given that my Extras folder is nearly a GB and correctly shows as MB.

Very nice for your first Amiga program let there be more.
DisasterIncarna is offline  
Old 28 October 2023, 11:31   #9
arisamiga
Registered User
 
arisamiga's Avatar
 
Join Date: Jul 2023
Location: Dublin, Ireland
Posts: 11
Quote:
Originally Posted by DisasterIncarna View Post
nice utility, just had a quick try, its prety accurate, i am a little confused why some entries end up showing as KB instead of MB or GB tho?

My Internet folder correctly shows as 184 MB, Prefs as 10MB and several others as MB, my Music folder is showing as 6942892 KB instead of 6 GB, my IconSets folder shows as 294701 KB instead of 294 MB, my Extras folder correctly shows as 968 MB.

so im getting weird results with some things showing as KB and some correctly as MB, the total size doesnt seem to be a factor given that my Extras folder is nearly a GB and correctly shows as MB.

Very nice for your first Amiga program let there be more.
Yea, that is correct. Mnemosyne doesn't change to a higher format (KB,MB,GB) unless the number is so big it causes an overflow. That shouldn't affect the sorting tho. It keeps it more accurate

Also glad you enjoyed it
arisamiga is offline  
Old 30 October 2023, 21:39   #10
arisamiga
Registered User
 
arisamiga's Avatar
 
Join Date: Jul 2023
Location: Dublin, Ireland
Posts: 11
Woooo New update 1.1.0. Again

This Update adds the "-g" shell flag to open a window for scans from the shell.

So instead of displaying them in the shell, it can now display them in a window!

More Details can be found in the Release page:
https://github.com/Arisamiga/Mnemosy...ases/tag/1.1.0
arisamiga is offline  
Old 31 October 2023, 01:32   #11
jcgeuze
Registered User
 
Join Date: Sep 2020
Location: Leon, Mexico
Age: 49
Posts: 77
Love seeing new tools being created and updated for the amiga!
jcgeuze is offline  
Old 14 January 2024, 20:18   #12
arisamiga
Registered User
 
arisamiga's Avatar
 
Join Date: Jul 2023
Location: Dublin, Ireland
Posts: 11
Happy New Year Everyone!! I wish everyone an amazing New Year and a happy 2024

With the new year, I also have an Update to Mnemosyne With the release of 1.2.0!

This release adds features such as Tooltype support (Which is going to be for future use so you can toggle features on and off)

The first ToolType added is the NOROUND which makes it so the numbers do not get rounded. (As numbers get rounded by Default as of the Release)

More Information on The New ToolTypes and how to use Tooltypes can be found in the Wiki:
https://github.com/Arisamiga/Mnemosyne/wiki/ToolTypes

Also, I switched the flag "-g" to open a window for scans from the shell to work with GUI instead of -g so it follows Amiga-style Arguments.

More Details on the Release can be found on the Release page:
https://github.com/Arisamiga/Mnemosy...ases/tag/1.2.0
arisamiga is offline  
Old 15 January 2024, 12:48   #13
nogginthenog
Amigan
 
Join Date: Feb 2012
Location: London
Posts: 1,311
Looks like a handy app thanks!
nogginthenog is offline  
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Similar Threads
Thread Thread Starter Forum Replies Last Post
Need floppy disk troubleshooting utility amiman99 support.Hardware 7 20 February 2021 10:15
Utility for viewing memory usage trixster support.Apps 2 22 March 2020 10:30
Looking for a copiers/utility disk by TFS wolfchild request.Apps 0 22 March 2018 21:11
Action Replay MKIII Utility Disk benas request.Apps 3 29 June 2015 14:12
Best Disk Copy utility? c0dehunter request.Apps 4 25 July 2011 23:33

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 05:50.

Top

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Page generated in 0.08103 seconds with 15 queries