Geektool Geeklets

2021年10月27日
Download here: http://gg.gg/wbzoc
*Tool Geek
*Geektool Geeklets
*Geeklets For Geektool
*CachedTip
GeekTool, Perl, and ANSI color codes Jerry Stratton, October 7, 2010 GeekTool ’s “shell” Geeklet is a great way of displaying the results of command-line scripts on your desktop. I currently have the following shell Geeklets on my computer for monitoring my sites. I’ve been a big fan of GeekTool for a while. It’s been one of the subtle things that I’ve felt that separates OS X from Windows. For a while I had several widgets (called Geeklets) run by GeekTool to display various information on my desktop. If you haven’t already done so, download and install GeekTool. What you’ll see when you open it (by going to your System PreferencesGeekTool) is the above screen. There are three basic types of GeekTool Geeklets you can use, but I created everything you see on my desktop using the SHELL type, so for the moment forget the others. For some Mountain Lion and even a few Lion users, GeekTool acts up. Some (though not all users) will be unable to drag a new geeklet of any type to the Desktop. The geeklet box just snaps back to the GeekTool window. Importing a geeklet presents similar problems as they’ll get errors that GeekTool can’t open that type of file.
Good Afternoon,
For a little while I have been playing around and using GeekTool, its a unique app in that it displays Terminal output (from various commands) onto the desktop. This seems a bit geeky, but after playing around with it and customising as you see fit, it is a really useful application. Although the app does need a little bit of fiddling to get working, it can display pretty much anything on your desktop. Its great for seeing your Mac’s inner workings and very useful for getting certain information quickly and easily, most of the time there is no better place to put this than on your desktop. This post is going to show new users how you can get this app up and running and some basic commands to get you on your feet, once you get the hang of how the app works you can spend hours playing and adjusting the settings to get something truly awesome.Step 1. Download and Install
The best way to start any tutorial is at the beginning. To get GeekTool up and running head over to the download page and download the latest version of the software. Once as the download has finished, install the app by opening the disk image and double clicking the preference pane within the disk image. This application is not an app in the normal sense that it doesn’t have a dock icon etc, it installs itself into the system preferences and runs from there.
Once it is installed open GeekTool from System Preferences.Step 2. Add Your Command
Commands on your desktop are called “Geeklets” they can take the form of shell commands which include commands that would normally run in Terminal, you can also have images and files that run on your desktop. To make your first Geeklet drag the shell command from Geektool window onto the desktop. Then use, in combination with exposé show desktop, move it to a suitable location. The top left will usually suffice.
When you place the geeklet you will notice a properties window will appear. This is used to change the properties of that specific Geeklet. I’m going to run through it in a slightly different order than top to bottom, because I personally think my method works the best, however it doesn’t really matter how you use the properties editor.
Within the editor we have to add a command that will run. The only command that will work are ones that are not self updating, so Terminal commands such as top, which shows information similar to Activity Monitor will not run. In this example I am going to use the “cal” option to show the calendar. However as you become more experienced with the app and Terminal commands you can put practically anything in the box.
Therefore select the text box labelled command and type “cal”. After a brief moment a calendar will show up on your Desktop in the place of the Geeklet.
At the bottom your will notice two options, Refresh and Timeout. Since GeekTool will only accept static commands you set the refresh option to try the command again to get new information. For commands which will show very static options such as a calendar your can set the refresh option to a long time. Commands which show your CPU usage (which I will post later) you can set to one or two seconds. If you use commands that pings an internet page or pulls a lot of information you can use the Timeout option to stop it taking too long or using up too many resources. Remember the more complex the command and the more you refresh it the greater number of system resources you will take up.
Since the command box is a little small, I recommend you develop your Geeklet command within Terminal. It is a lot quicker to write a command within Terminal than in the command box.Step 3. Style Your Geeklet
We now have a small calendar sitting on our Desktop behind our icons. We can now style it to make it look better. At the bottom of the preference pane for the Geeklet you will notice some options to style the text and background. When you click on the button to style the text a window will pop up giving you the options to style the text. If you want to change the text colour, click on the little green button at the top of this popup window. If you haven’t used this window button it can be difficult to find.
Have a play around with the text size and colour. I recommend an transparent background with white text, however adjust it to meet your desktop background and style.Step 4. Position Your Geeklet
Vuescan download mac. The final step is to fully position your Geeklet. The reason I suggest you do this last is due to the style and size of your command. There is no point in positioning a Geeklet only to have to move it again when you write your command and style it. Within the properties box add a name and use the text box numbers to position it on screen. You can move the Geeklet by hand and then use the number boxes to finalise the position.
A quick tip here, if you ever delete a Geeklet by accident, press Command + Z to get it back. I’ve found this more than useful on a number of occasions.Step 5. Add More
The last step is to add more Geeklets. The limit here is really your imagination (and Terminal coding skills). You can use the image Geeklet to get images from web cams or other sources. The file Geeklet is very useful if you want to read from a log or a text file. You can use the extra settings to make sure you get the perfect little desktop icon.
If you are looking for stuff to add to your Desktop you can check out Small Little List of Geek Tool Commands, written by myself a while ago. Another great tool is Geeklets on MacOSXTips. These are small little files that contain all of the information needed to run on your desktop. Anything your can do in Terminal will work with Geektool (except the self updating commands, of course).My Geeklets
To get the inspiration following below is an image of what I have on my desktop. I’m still thinking about adding more, I need to find the time to play around with the commands.Tool Geek
As shown there is a calendar, current disk space, load on my Mac and well as network through put (from the Geeklet website just mentioned). I also have a liveish image of the international space station found from Heavens Above which is set to update every 30 seconds. The following commands were used for load and CPU usage. Although it uses top (which is self updating command and thus not allowed), to actually cuts information out of the top command so it is perfectly OK.
top -l 1 | awk ’/Load/ {print $1 ’ ’ $2 ’ ’ $3 ’ ’ $4’ ’ $5}’; top -l 1 | awk ’/CPU usage/ {print $1 ’ ’ $2’ ’ $3’ ’$4’ ’$5’ ’$6’ ’$7’ ’$8}’ ;ConclusionGeektool Geeklets
There are hundreds of ways to play around with this little program. I’ve had it installed over the last couple of days and made many commands and options which i’ve placed on my desktop. It is limitless for what you can do. The best way to use this app is to play around with it and query Google any time you have a problem or need something doing.Geeklets For Geektool
If you have found some cool Geeklets or commands, please leave a comment below. Also if you have set up some cool desktops please give a link to an image of what you have done. In the near future I may have a second post of other cool Geeklet commands, so stay tuned. In the mean time if you are stuck for commands either search this site, or visit the Terminal categories page, Google is a good resource as well as Mac OS X Unix Toolbox and The Mac OS X Command Line: Unix Under the Hood from Amazon.
If you want to keep up with the latests post from Mac Tricks And Tips I recommend you subscribe to the RSS Feed.Related posts:Where To Next?
If you have a list of work that you need to perform in whole day, and you want to put that list on your desktop, todo list with Geek tool will help you out. By doing so, you could easily remind yourself which tasks you have done and which are remaining.
This article will tell you how to set up a desktop to do list with GeekTool in MAC OS X. To know deeply, continue to read below
Vector canoe keygen free downloads. Steps Cached
*Download GeekTool from the link given below and install on your MAC OS X.
*To create a file having work list, go to any Text editor and type todos of whole day. Save file on desktop with the name “todo.txt”.
*To make GeekTool configuration, open GeekTool. You will see three files on left panel of GeekTool application which are File, Image and Shell. These files are called Geeklets. To make a new Geeklets, you can simply drag them onto desktop. Drag “Shell” file to make todo list.
*When you open the new Geeklets, it will show various options to configure Geeklets.
*As we are using terminal command known as “cat”, so write “cat ~/Desktop/todo.txt” in Command text field. After completing these steps, your todo list should be displayed on desktop. That’s it!
Download here: http://gg.gg/wbzoc

https://diarynote-jp.indered.space

コメント

最新の日記 一覧

<<  2025年7月  >>
293012345
6789101112
13141516171819
20212223242526
272829303112

お気に入り日記の更新

テーマ別日記一覧

まだテーマがありません

この日記について

日記内を検索