mac
Posted in mac
2858
11:22 pm, December 5, 2021
 

Mac Apps

Thought i would start a post here on what app's i have found as windows alternatives, and other free and handy mac app's.

Screen Capture into GIF format

You can capture the screen with command shift 4 and record it with command shift 5 but to convert this to a gif requires you uploading the movie to some other app, which can be annoying. On windows i use ShareX which does an awesome job at this.

I found this one but not yet tested, will see how it goes. 

https://www.cockos.com/licecap/ 

Tested this one and it seems to record the mouse moving around but not the things below it, which is a bit weird. Maybe its just a bug in this version?

Will keep searching...

On a forum i saw they suggested that you just record the movie, and then convert it to gif with Gifski which you can get on the app store or using the brew command in terminal, i will try this and see how annoying it is. Might be ok. 

brew install gifski

or install gifski via the app store

Monitor the Temp of Your Mac M1

This is an awesome little app called Hot, and shows the temp of the mac. 

You can download the latest version of Hot here.

 

View Statistics
This Week
28
This Month
205
This Year
290

No Items Found.

Add Comment
Type in a Nick Name here
 
Search Articles
Search Articles by entering your search text above.
Welcome

This is my test area for webdev. I keep a collection of code here, mostly for my reference. Also if i find a good link, i usually add it here and then forget about it. more...

Subscribe to weekly updates about things i have added to the site or thought interesting during the last week.

You could also follow me on twitter or not... does anyone even use twitter anymore?

If you found something useful or like my work, you can buy me a coffee here. Mmm Coffee. ☕

❤️👩‍💻🎮

🪦 2000 - 16 Oct 2022 - Boots
Random Quote
When I realized that, no individual step is hard in any process. Building this airport I'm standing in right now started with a guy writing the architectural plans on paper. That's not hard for him to do. Then laying the first beam isn't had. The whole thing is really hard. So, just take each step kind of piece by piece and when I was able to do that and stop trying to chase this prize and started putting in the work, things just started coming together.
Unknown
Random CSS Property

brightness()

The brightness() CSS function applies a linear multiplier to the input image, making it appear brighter or darker. Its result is a <filter-function>.
brightness() css reference