mac
Posted in mac
2846
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
55
This Month
193
This Year
278

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
Our brains are wired to find things we are looking for - if your always cynical or waiting for things to go wrong, then your life will reflect that. On the other hand, having a positive outlook on life will bring you joy and provide you with inspiration when you least expect it ☀️🍉🌴
Unknown
Random CSS Property

revert

The revert CSS keyword reverts the cascaded value of the property from its current value to the value the property would have had if no changes had been made by the current style origin to the current element. Thus, it resets the property to its inherited value if it inherits from its parent or to the default value established by the user agent's stylesheet (or by user styles, if any exist). It can be applied to any CSS property, including the CSS shorthand all.
revert css reference