Main > Free Download Search >

Free visibility software for mac

visibility

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 67
Visibility 1.1

Visibility 1.1


Visibility is released to be a powerful and easy to use utility for Mac OS X which allows you to you access invisible files and folders in three way more>>

Visibility 1.1 is released to be a powerful and easy to use utility for Mac OS X which allows you to you access invisible files and folders in three ways:

Major Features:

  1. Open any file from the standard system dialog
  2. Delete any file from the standard system dialog
  3. Show and hide invisible files and folders in Finder.

Requirements: Mac OS X 10.4.2 (or later)


<<less
Download (137.7KB)
Added: 2007-11-13 License: Freeware Price:
downloads
 
Other version of Visibility
Visibility 1.01Zevrix Solutions - Visibility - Easy and fast access to invisible files and folders. Visibility. Visibility is a simple and elegant utility for Mac OS X that lets
License:Freeware
Download (89KB)
1294 downloads
Added: 2006-04-10
Toggle Visibility 1.0

Toggle Visibility 1.0


Toggle Visibility - Toggle the visibility of normailly hidden items in the OS X Finder more>>
Toggle Visibility is an ApleScript that allows you to toggle the visibility of normailly hidden items in the OS X Finder.

When you doubleclick on its icon it will quit the Finder for a few seconds and after relaunch you will have acces to all the hidden items.

Completly freeware.


<<less
Download (18KB)
Added: 2005-11-09 License: Freeware Price:
1447 downloads
AdjustVisibility 1.0

AdjustVisibility 1.0


AppleScript adjusts folder and file visibility. more>>
AdjustVisibility is an AppleScript that allows you to set the visibility of files and folder in the Mac OS X Finder.
<<less
Download (23KB)
Added: 2004-11-01 License: Freeware Price:
1817 downloads
iVisibilityX Lite 1.0

iVisibilityX Lite 1.0


iVisibilityX Lite is a free application that sits in the menubar and allows you to easily toggle the visibility of files and folders. more>> iVisibilityX Lite 1.0 is a free application that sits in the menubar and allows you to easily toggle the visibility of files and folders.

Just select a bunch of files/folders in the Finder and choose the desired option in the menubar.

If you want to view hidden files in the Finder, simply choose "Show hidden files in Finder" in the menubar.

Simply drop a bunch of files/folders on the window and iVisibilityX will make invisible files visible and visible files invisible

iVisibilityX is Universal Binary. It is available in English and Dutch.

Enhancements:

  • Initial release.

Requirements:

  • Mac OS X 10.3 or later.
<<less
Download (6MB)
Added: 2009-02-19 License: Free Price:
downloads
invisibliX 2.2.2

invisibliX 2.2.2


invisibliX is a powerful and easy-to-use, yet free software which is created for Mac OS x to manage HFS+ files visibility. more>>

invisibliX 2.2.2 is a powerful and easy-to-use, yet free software which is created for Mac OS x to manage HFS+ files visibility. You easily can show/ hide hidden files on your Finder. you also can modify file visibility status.

Requirements:

  • PPC or Intel
  • Mac OS X Leopard or later
  • 1,8 Mo disk space
<<less
Download (1.3MB)
Added: 2009-08-02 License: BSD Price: FREE
downloads
Invisible File Scripts 1.0

Invisible File Scripts 1.0


Invisible File Scripts - 3 scripts to interact with invisible files/folders more>>
Invisible File Scripts is a set of 3 scripts to interact with invisible files/folders.

-------Toggle Item Visibility-------
This script will toggle the visibility of a file or folder. It uses the simple method of adding or removing a period from the beginning of the items name. (Items starting with a "." are invisible in the Finder in OS X.)

Note: If you are toggling the visibility of a file on the desktop the changes wont take full effect until the finder is relaunched, or the file is moved to a different location.

-------Open Invisible Item-------
This script allows you to choose and open an invisible file or folder without having to toggle file visibility in the Finder itself. Good for opening hidden system folders or files you have hidden yourself.

-------Delete Invisible Item-------
This script allows you to choose and delete an invisible file or folder without having to toggle file visibility in the Finder itself.

Note: This script sends the item to the trash. it doesnt completely remove it from your system. Just in case...


<<less
Download (9KB)
Added: 2005-11-21 License: Freeware Price:
1435 downloads
iShow Invisible 1.4.1

iShow Invisible 1.4.1


iShow Invisible: Shows and hides the invisible files via a repeating dialog box. After you have revealed the invisible files, simply move the Hide dialog box out of your way or press Command-H to more>>

iShow Invisible 1.4.1 is a handy utility which will allow you to show and hide easily the invisible files via a repeating dialog box. After you have revealed the invisible files, simply move the Hide dialog box out of your way or press Command-H to send it to the background. Any open folders should remain open when you change the visibility. This makes it easier if you have several folders open and want to view the invisible files.

Requirements:

  • PPC/Intel, Mac OS X Tiger or Leopard.
<<less
Download (35.4KB)
Added: 2009-07-26 License: Freeware Price: $0.00
downloads
Make Disks Visible 1.0

Make Disks Visible 1.0


Make Disks Visible can handle the problems when Mac OS X Public Beta alters Mac OS Standard (HFS) disks and make them become invisible. more>>

Make Disks Visible 1.0 can handle the problems when Mac OS X Public Beta alters Mac OS Standard (HFS) disks and make them become invisible. This situation is not harmful but it is annoying. Judging from the posts on various web sites, it is a fairly pervasive problem. We've created a utility named Make Disks Visible that restores visibility under Mac OS 9 to disks made invisible by Mac OS X Public Beta.

Requirements:

  • Mac OS 9
<<less
Added: 2000-10-14 License: Freeware Price:
downloads
Wave Simulation 1.0

Wave Simulation 1.0


Wave Simulation is developed as a smart program which is simulative to a wave disturbance propagating on a two dimensional membrane. more>>

Wave Simulation 1.0 is developed as a smart program which is simulative to a wave disturbance propagating on a two dimensional membrane. The program uses a timer to step the simulation. At each step a two dimensional wave equation is solved by using a finite differencing scheme that is space centered and time forward. The initial conditions have been exaggerated for better visibility in the OpenGL output. See the commentary in the source code for further details. The idea here is to demonstrate simple numerical processing and scientific visualization in a Cocoa based application.

The program structure uses the Model/View/Controller paradigm. The classes for this structure are grouped under one heading and the various support classes are grouped under another heading. The View part of the program combines the user interface (UI) and the OpenGL rendering. The GLView class is a wrapper, i.e., sub-class, around the NSOpenGLView class that gives the class the ability to render, among other things, a mesh that is passed in from an outside source.

The view point and lighting that the GLView class uses in its rendering is also provided from outside. The visible part of the GLView in the UI is an outlet for the rendering. Also, the GLView object has been set up so that a mouse click in the visible rendering area toggle betwever, each update cycle is quick enough to justify a single threaded structure for the program.

An important characteristic of this program is that the OpenGL rendering is encapsulated in two parts of the program: the GLView class and the DrawingFunctions.h module. All of the other support classes make no reference to OpenGL. The Avian class is meant to capture the concept of an extended physical body that can have a location in 3D space as well as an orientation.

The FlyingCamera class is based on the Avian class and provides it with extras that are appropriate for handling views from various positions and orientations. The Mesh and MeshNode clases are also divorced from OpenGL. A GLView object 'knows' what to do with FlyingCamera and Mesh objects, but not vice versa. Also, the Controller object 'knows' how to relate user input, via the steppers, to FlyingCamera settings.

This program is also provides a good way to waste enormous quantities of time. The membrane uses a material that is meant to be a fair approximation of ruby. When the light is set to, say, colatitude equal to 35 degrees and longitude equal to 200 degrees the surface shows some nice highlights. Be warned: this program can induce a hypnotic state in the unwary user.

<<less
Download (30.3KB)
Added: 2003-03-09 License: Freeware Price:
downloads
Unhide utilities 1.0

Unhide utilities 1.0


Unhide utilities - File visibility applications more>>
Unhide utilities is a set of 2 applications for changing the visibility of files and folders.

Unhide Desktop Folder
This tool allows you to make the Desktop Folder visible in the network again if youve installed OS 9.1 or 9.2, which has made it invisible on the network. Just drop your volumes onto this tool and their Desktop Folders will re-appear when seen as mounted AppleShare volumes.

Additional feature: You can also have the folder renamed so that it appears like any other folder in the root dir of your hard disk. The items will then, of course, disappear from your desktop area, but you can always move them back there again (for this feature, hold down the Option key when dropping a volume onto this tool).

Change File Visibility
This tool allows you to make any hidden file or folder visible, or hide them again. This is very handy to get rid of all the OS X files and folders that come pre-installed on your Macs nowadays: Simple drop your hard disk icon onto this tool, and you will see all items on the root of your disk. Change the checkboxes for all hideen items such as dev, bin, etc to make them visible, then use the Finder to move them all to the Trash.
<<less
Download (599KB)
Added: 2006-06-29 License: Freeware Price:
1239 downloads
Hiddenfiles Widget 2.0

Hiddenfiles Widget 2.0


Toggles visibility of files that are hidden from the Finder. more>> Toggles visibility of files that are hidden from the Finder.

Hiddenfiles is a simple and easy Dashboard widget that toggles visibility of files that are hidden from the Finder.

Enhancements
- Interface redesign.
- Button toggles to display current Finder state.

<<less
Download (114KB)
Added: 2008-11-02 License: Freeware Price: FREE
202 downloads
MisterHyde 1.2.1

MisterHyde 1.2.1


Mister Hyde uses the visibility property of a MacOS file in order to get it visible or invisible more>>
Mister Hyde uses the visibility property of a MacOS file in order to get it visible or invisible.

The file is also protected by a password to store and save changes.

<<less
Download (58.8KB)
Added: 2007-05-30 License: Freeware Price:
878 downloads
iBiz 4.1.1

iBiz 4.1.1


iBiz comes to users as a friendly and innovative premier OS X time-tracking and invoicing application which can be used by freelancers, consultants, contract workers or small businesses. more>>

iBiz 4.1.1 comes to users as a friendly and innovative premier OS X time-tracking and invoicing application which can be used by freelancers, consultants, contract workers or small businesses. Manage your clients, projects, billable hours, expenses and accounts receivable, or compile and send invoices with a click - all from a single app!

You can also create customized estimates or statements; sync your clients to Address Book and your events to iCal; even track time spent working on select documents or in specific apps, automatically. And iBiz grows with your business: with the networking capability of iBiz Professional, you can add users seamlessly.

Major Features:

  1. Clear Organization. iBiz follows a simple hierarchical structure to keep your work organized: tasks you perform are categorized under project headings, which are assigned to clients for billing.
  2. Multiple Task Types. Bill according to hourly rates, one-time fees, quantities, mileage, or any combination. Non-billable tasks let you record additional tasks without showing the client.
  3. Customizable Invoices. An all-new library of invoice templates with cleaner, clearer layouts allows for more professional-looking bills, statements and reports
  4. Statements. Complete statement history makes it easy to send an overview of all past billing activity. Users can now include fees and late charges too.
  5. iCal Sync. With a completely new iCal sync engine, iBiz 4 takes a leap forward in management and scheduling of billing, projects, job events, to do lists, alarms and more.
  6. Animated Graphs. Powered by Core Animation, now you can view statistics about your work graphically, and at a glance, with dynamic charts.
  7. Document Monitor Menu. Automatically track the time you spend working in different applications and display the totals in a convenient menu. Easily allocate blocks of time to your iBiz projects via drag and drop.
  8. Faster Editing and Entry. A new pop-up inspector lets you quickly edit project information, while simplified add and delete buttons organize projects and clients.
  9. Automatic Rounding. Round time to the nearest increment automatically every time you stop a timer, or have iBiz round any recorded time on command. Includes a six-minute increment just for lawyers.
  10. Timers. Flexible timers suit your workflow: time tasks within your project structure or on-demand; control timers from iBiz or the menu bar; or assign time to tasks manually.
  11. Easy Estimates. Fully customizable templates give you the look you want. Change fonts, insert a logo, add a special message, then email a PDF to your client with one click.
  12. Billing Accounts. Track how much each client owes you, which clients are overdue, and when payments are due. Record payments and deposits, and send these to your iBank accounts for more detailed analysis.
  13. Reminders. Never miss a payment again! Before an invoice is overdue, resend a copy to your client with a watermark to remind them to send payment on time.
  14. Address Book Integration. Upon installation iBiz adds a group to Address Book of iBiz Clients. Drag and drop clients into this group in Address Book for them to appear in iBiz.
  15. Client Groups. Organize your client list into groups (by category, active/inactive, and so on), and view client balances and overdue invoices at a glance.
  16. User Interface Enhancements. A modified main window allows for better organization of to do's, files and event logs, while many new changes create a more intuitive workspace.
  17. Expense Tracking. Designate any job event as an expense with a single click, and subtotal these items separately on invoices and reports.
  18. Simple Backup and Restore. An ounce of prevention - now backup all of your iBiz data to a secure location with a simple command, and restore from a backup file just as easily.

Enhancements:

  • Fixed bug with AppleScript when adding projects
  • Fixed bug where long invoices could show one summary table row after the job events table on each page
  • Maybe fixed text editing bug with invoice template editor (FS#442)
  • Balance/earning results respect iBiz Server visibility permissions
  • Fixed rare bug where the incorrect child event could be deleted by accident

Requirements:

  • Mac OS X 10.5+
  • iCal and Address Book
<<less
Download (8.2MB)
Added: 2009-10-27 License: update/patch Price: $39.99
downloads
 
Other version of iBiz
iBiz Professional 4.1.1Balance/earning results respect iBiz Server visibility permissions. Fixed rare bug where the incorrect child event could be deleted by accident. Requirements: Mac OS X 10.5 +
Price: $99.99
License:update/patch
Download (15.8MB)
downloads
Added: 2009-10-27
ShowHideMyFiles 2.0

ShowHideMyFiles 2.0


ShowHideMyFiles - Toggles the visibility of groups of files and folders more>>
ShowHideMyFiles is a small AppleScript that makes a group of selected files and folders visible or invisible.

Make several copies of the script and associate each copy with a different set of files.

Completly freeware.


<<less
Download (20KB)
Added: 2006-01-25 License: Freeware Price:
1368 downloads
XFinderScripts 1.0

XFinderScripts 1.0


XFinderScripts - Finder droplets set more>>
XFinderScripts is a set of 4 Finder droplets built for Mac OS X.

The scripts Lock, Unlock and FolderCount allow easy access to Finder information such as file & folder counts, and locked and visibility status for files & folders (including entire directories and disks), and the information can be saved to a log file.

Lock and Unlock allow drag & drop setting of locked status for one file or entire directories. DesktopPictureChangerX brings back automated desktop picture rotation at startup/login to OS X. Lock, Unlock, and FolderCount will run under both Mac OS X and classic Mac OS, while the script DesktopPictureChangerX will only run under Mac OS X.

<<less
Download (171KB)
Added: 2005-12-29 License: Freeware Price:
1394 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5