Turn finder contents into text?

any way to take an open finder window with file name, date modified, date created, etc columns and turn it into a text file?
thank you

David:
There's an easy way to do it without using command line input—use Automator.
In your Applications folder, open the Automator application and create a workflow using the following procedure:
1. In the Library column on the left, expand the Applications library.
2. Select the Finder library.
3. Drag the *Ask for Finder Items* action to the workflow build area on the right.
4. Using the Type drop-down selector, choose Type: *Files and Folders*.
5. Drag the *Get Folder Contents* action to the workflow build area under the previous action. Check the "Repeat for each subfolder found" checkbox
6. Back in the Library/Applications column, select the *Text Edit* library.
7. Drag the *New Text File* action to the workflow build area under the previous action.
8. Go to Automator's File menu and select *Save As...*
9. You have the option of saving as a workflow that you can run in Automator, or saving it as a stand-alone application that will run on its own. It's usually handier to save as an application if you're going to be running it often.
When you run the application it will display a *Choose a Finder Item* dialog and file browser. Use the file browser to navigate to the desired folder and click on Choose. The application will create a text file listing each folder, along with its complete file path. If you just want the folders and files, you can use TextEdit's Find and Replace function to eliminate the unwanted directory information. Alternatively, you can export (Copy and Paste) the information to another text editor with more extensive find and replace features. You can also copy and paste the information to Microsoft Excel for additional formatting and manipulation, if that serves your purposes.

Similar Messages

  • ProRes turning HD content into SD... What's up?

    I'm trying to export a 720p timeline as a ProRes file for archival purposes. The problem is that ProRes seems to be turning my crisp HD content into muddy SD in a 720p frame. H.264 gives great results and works as it should, but I would really like to have a good archival version of this timeline.
    Any ideas what's going on?

    I've tried both leaving at 100% of source and setting the resolution manually. Like I said, it's playing back in a 720p frame, but the content itself is muddy, like it's SD that's just been blown up to fit the frame. I feel like it must be something absurdly basic that I skipped somehow, because I think I've flipped every switch there is in Compressor trying to figure this out...

  • Output folder contents into text file

    Hello, everyone.
    I am new to automator, and I'd like to learn how to use it. Recently, someone asked me if there was a way that they could select a folder and somehow dump the filenames of all items in that folder (non-recursively) to a text file. It seems to me that this is the sort of thing that Automator would be able to do. Can anyone give me some tips on how I might go about doing this?
    I also figured this might be possible with a custom bash command. I am more experienced with bash and Unix command line, so if there is a better option there, please let me know. I just figured I would check here first.
    Thanks!

    That does work, but the only problem is that the folder who's contents are being exported will be different every time. (I see now that I didn't specify that in my first post). Ideally, he would either be given an option to select a folder to read, or he would just be able to drag and drop the folder onto an application (or into terminal) and have it perform this task.

  • Paste does not work in Safari browser to enter copied content into text box

    For example when I go to copy a URL Sosa to paste it into a text box on a local newspaper comment section, it won't paste in. Same goes for any pasting into the text box. I highlight what I want to copy (or cut) and the go to paste it into the text box, and nothing happens. Also there is this problem of the cursor not wanting to go where you direct it with your finger on the touch screen, where you have to get out of the data entry mode altogether then get back in to be able to continue typing to enter text, an d to add to the frustration, the cursor won't go where you want it to, but seems to arbitrarily choose an other place in the middle of the word next to where you want it to! Anyone experience this? I can't believe I'm the only one.

    Please don't take offense, you can't believe what some people post and then realize later that they have had a "duh" moment.
    I don't know what to suggest other the basic fixes, rebooting (holding the sleep and home buttons down until the Apple logo appears) and see if that helps - maybe clear the cookies and data in Safari even though that should not have any bearing at all on this issue or so I would think.
    I can relate to the cursor jumping on the screen issue as I do experience that from time to time. Not quite as bad as you seem to experience it, but it does happen to me as well. I have found that I get the best results using a light touch. And of course I will also enlarge the screen as well if I get too frustrated with the insertion point.
    Can we assume that you can copy and paste with the success in email, notes, etc?

  • I have bought an ipad, and when i go to reset it, it needs the restrictions password which i dont know. When i plug it into itunes, it asks to turn find my iphone off, which needs the password of the old owners itunes.What should i do?

    I have bought an ipad, and when i go to reset it, it needs the restrictions password which i dont know. When i plug it into itunes, it asks to turn find my iphone off, which needs the password of the old owners itunes.What should i do?

    If you're able to contact the person who set the lock, send them this link and tell them to follow its instructions.
    If not, you can't use the device but may be able to get it refunded. Apple won't remove the lock for anyone other than the original owner(assuming they're alive.)
    (119278)

  • I got locked out of Mac os 9 and now I can't get into OS 9 or OS X.  All I see is the Macintosh SE and a finder face and text that says "mac os 9.2 welcome to mac os".  I can't get into COntrol Panel to reset the password to allow me to get in.

    I got locked out of Mac os 9 and now I can't get into OS 9 or OS X.  All I see is the Macintosh SE and a finder face and text that says "mac os 9.2 welcome to mac os".  I can't get into COntrol Panel to reset the password to allow me to get in.

    Do you have OS X and OS 9 installed on your Mac? If so, startup with the Option key depressed. This will open the Startup Manager window. Select the OS you want to start from & click the right arrow.
     Cheers, Tom

  • How to create, place, format and paste the clipboard contents into a text frame

    I am new to scripting and need help. I have an existing Indesign document. I need to be able to create a text frame on my current page, the width of my margins with the top of the text frame at the top margin and 1" in height, then format it to be 1-column, and then paste the clipboard contents into it and tag the text with a particular paragraph style. I am using Indesign CS4 on a mac, if that makes any difference. Thanks for any help.

    May this will help you. It will create an anchored object with a text what you desired, with object style. You should create an object style before with the x and y co ordinates. You can choose either para style or character style.
    var the_document = app.documents.item(0);
    // Create a list of paragraph styles
    var list_of_paragraph_styles = the_document.paragraphStyles.everyItem().name;
    // Create a list of character styles
    var list_of_character_styles = the_document.characterStyles.everyItem().name;
    // Create a list of object styles
    var list_of_object_styles = the_document.objectStyles.everyItem().name;
    // Make dialog box for selecting the styles
    var the_dialog = app.dialogs.add({name:"Create anchored text frames"});
    with(the_dialog.dialogColumns.add()){
    with(dialogRows.add()){
    staticTexts.add({staticLabel:"Make the anchored frames from ..."});
    with(dialogRows.add()){
    staticTexts.add({staticLabel:"This character style:"});
    var find_cstyle = dropdowns.add({stringList:list_of_character_styles, selectedIndex:0});
    with(dialogRows.add()){
    staticTexts.add({staticLabel:"Or this paragraph style:"});
    var find_pstyle = dropdowns.add({stringList:list_of_paragraph_styles, selectedIndex:0});
    with(dialogRows.add()){
    staticTexts.add({staticLabel:"Leave one dropdown unchanged!"});
    dialogRows.add();
    with(dialogRows.add()){
    staticTexts.add({staticLabel:"Delete matches?"});
    var delete_refs = dropdowns.add({stringList:["Yes","No"], selectedIndex:0});
    dialogRows.add();
    with(dialogRows.add()){
    staticTexts.add({staticLabel:"Anchored text frame settings:"});
    with(dialogRows.add()){
    staticTexts.add({staticLabel:"Object style:"});
    var anchor_style = dropdowns.add({stringList:list_of_object_styles, selectedIndex:0});
    with(dialogRows.add()){
    staticTexts.add({staticLabel:"Frame width:"});
    var anchor_width = measurementEditboxes.add({editUnits:MeasurementUnits.MILLIMETERS, editValue:72});
    with(dialogRows.add()){
    staticTexts.add({staticLabel:"Frame height:"});
    var anchor_height = measurementEditboxes.add({editUnits:MeasurementUnits.MILLIMETERS, editValue:72});
    the_dialog.show();
    // Define the selected styles
    var real_find_cstyle = the_document.characterStyles.item(find_cstyle.selectedIndex);
    var real_find_pstyle = the_document.paragraphStyles.item(find_pstyle.selectedIndex);
    var real_anchor_style = the_document.objectStyles.item(anchor_style.selectedIndex);
    // Check if a style is selected
    if(find_cstyle.selectedIndex != 0 || find_pstyle.selectedIndex != 0) {
    // Define whether to search for character styles or paragraph styles
    app.findChangeGrepOptions.includeFootnotes = false;
    app.findChangeGrepOptions.includeHiddenLayers = false;
    app.findChangeGrepOptions.includeLockedLayersForFind = false;
    app.findChangeGrepOptions.includeLockedStoriesForFind = false;
    app.findChangeGrepOptions.includeMasterPages = false;
    if(find_cstyle.selectedIndex != 0) {
    app.findGrepPreferences = NothingEnum.nothing;
    app.findGrepPreferences.appliedCharacterStyle = real_find_cstyle;
    } else {
    app.findGrepPreferences = NothingEnum.nothing;
    app.findGrepPreferences.appliedParagraphStyle = real_find_pstyle;
    app.findGrepPreferences.findWhat = "^";
    // Search the document
    var found_items = the_document.findGrep();
    myCounter = found_items.length-1;
    do {
    // Select and copy the found text
    var current_item = found_items[myCounter];
    if(find_pstyle.selectedIndex != 0) {
    var found_text = current_item.paragraphs.firstItem();
    var insertion_character = (found_text.characters.lastItem().index) + 1;
    var check_insertion_character = insertion_character + 1;
    var alt_insertion_character = (found_text.characters.firstItem().index) - 1;
    var the_story = found_text.parentStory;
    app.selection = found_text;
    if(delete_refs.selectedIndex == 0) {
    app.cut();
    } else {
    app.copy();
    } else {
    var found_text = current_item;
    var insertion_character = (found_text.characters.lastItem().index) + 2;
    var check_insertion_character = insertion_character;
    var alt_insertion_character = (found_text.characters.firstItem().index) - 1;
    var the_story = found_text.parentStory;
    app.selection = found_text;
    if(delete_refs.selectedIndex == 0) {
    app.cut();
    } else {
    app.copy();
    // Make text frame from selection
    try {
    app.selection = the_story.insertionPoints[check_insertion_character];
    app.selection = the_story.insertionPoints[insertion_character];
    } catch(err) {
    app.selection = the_story.insertionPoints[alt_insertion_character];
    var the_anchored_frame = app.selection[0].textFrames.add({geometricBounds:["0","0",anchor_height.editContents,anch or_width.editContents],anchoredObjectSettings:{anchoredPosition: AnchorPosition.ANCHORED}});
    app.selection = the_anchored_frame.insertionPoints[0];
    app.paste();
    // Apply the object style now to "force apply" paragraph style set in the object style
    if(anchor_style.selectedIndex != 0) {
    the_anchored_frame.appliedObjectStyle = real_anchor_style;
    myCounter--;
    } while (myCounter >= 0);
    } else {
    alert("No styles selected!");

  • Since ios 8, imessages are turning into texts. And the receiving person has an apple device. why?

    Since ios 8, imessages on my iphone are turning into texts. and the recipients are using apple devices. Their reply messages come back in a new message, without the history. and often their address is an icloud one and not their phone number (which is where I sent it). Why?

    As in the link when you send an iMessage your text bubble is blue. If it's sent SMS your text message is green. Both parties will receive the message or reply in a grey bubble. When you contact them ask them what colour their sent text messages bubble are.
    As for group messages check your settings. MMS must be turned on; Settings > Messages. Send as SMS must also be turned on.

  • MacMail keeps turning my forwarded emails into text attachments

    I need help. I use Macmail as my business email address and when I forward an email I want it to stay in the body of my email and instead mail changes the forwarded emails into text file attachments. No one is opening them or seeing them. They don't want to open attachments because they are too busy. Please help, I want to keep my forwards in the same email as my new note. I tried turning off Rich text in the preferences and that didn't help. It still does it using plain text. I have a jpg as part of my signature that goes under my new note, not at the bottom of the forward. I'm using MacMail 4.3 and OS 10.6.4.

    You have to get rid of that JPG in your signature and also make sure to remove any styled fonts or colors too. When you do anything fancy in your signature, that will turn your message into a Rich Text message, regardless of what Apple Mail says it is.

  • I can't find this anywhere... how to convert mp3 (not music) into text without spending much $$$.

    i can't find this anywhere... how to convert mp3 (not music) into text without spending much $$$.

    function(){return A.apply(null,[this].concat($A(arguments)))}
    hope1hope2 wrote:
    i can't find this anywhere... how to convert mp3 (not music) into text without spending much $$$.
    It's very unlikely that you'l
    l find any help here; this forum is used only
    for testing purposes. Unfortunately, I cannot suggest
    another forum
    Extra line breaks kindly supplied by the software.

  • What are all the reasons why imessages turn into text messages...such as the recipient is talking on the phone, etc.?

    what are all the reasons why imessages turn into text messages...such as the recipient is talking on the phone, etc.?

    Hi,
    What's the worst that I've spent 100 Eur alltogether for GPS map based applications for several sports - golf, bike, ski, etc. These applications use data from iPhone Map application and its disaster after my update onto iOS 6. These are pictures of 2 of my favorit golf resorts:
    And here one example from a place where I use to bike:
    Very nice, isn't it?
    And unfortunately this problem won't disappear even when Google put stand alone map application into iStore.
    So I have only way to downgrade to 5.1.1 immediately to not throw away money I already spent.
    Ivan

  • I am creating a request for proposal form and I need to add a commission structure field.  I created a table using the ranking field and now I need to delete the "dots/buttons" and turn them into text fields, is this possible?

      I created a table using the ranking field and now I need to delete the "dots/buttons" and turn them into text fields, is this possible?

    It sounds like what you are trying to do is edit the choices in a likert field to something other than the default radio button. This is not something that you can do in Formscentral at this time.
    Andrew

  • Is there a way for mac to turn a voice file into text?

    is there a way for mac to turn a voice file into text?

    Mt Lion has dictation. I've had some luck using that and my iPhone voice memo program transcribing. It works best when the memo's are a minute or less and obviously there's editing to do afterwards.

  • Trying to send copy/pasted content into a mass text message

    I have composed a message (some copied and pasted from an online bible) (and also commentary that I add to it) and saved it as a draft in my yahoo email on my computer. I save it as a draft. I open the draft on my iPhone 4. Then copy/paste content into a text message to send to my congregation. Many of the recipients of the text get duplicate messages with no/or partial content. I have contacted my carrier and I am fully set up to send receive both sms and mms.
    What could be the cause of this?
    How can I fix it so that the receivers of my daily message get it properly?

    When i create a message on my iPhone4 and save it into notes. it goes to my draft ( Mail ) on my computer. That tells me that there is no difference in where i create the message at. But between the copying and pasting i'm losing or something is being changed. Some of my friends are getting multiple messages and some are getting blank pages. We all have different carriers. ( T Mobile, Sprint,Verzion ) I'm waiting on another phone so i can use both of them to see if i can get my messages out

  • HT1688 why are my imessages now turning into text messages all the time?

    Why are my iMessages now turning into text messages all the time?

    There are a number of reasons why they may be sent as regular sms and not iMessages. If either party is in an area with poor reception and the the data network is struggling, the regular sms messages will be sent to the recipient. iMessage can be switched off at a users convienince, your recipients may have iMessage turned off when you've sent those messages.
    There are instances where the iMessage server is not responding due to techinical issues (although, few and far between)

Maybe you are looking for

  • Windows 8 Pro + Bitlocker lonely on a MacBook via Bootcamp

    Hello After some digging I was not able to found the answer neither via Google nor in some forums I looked into. So perhaps somebody out here knows an answer. I have a MacBook Alu Unibody late 2008 (MacBook5,1), that I do not use anymore. So to pass

  • No .rhc file to call in WebHelp

    In WebHelp Pro we called the .rhc file but now that we're using WebHelp how do we "call" for context sensitivity? BACKGROUND: I built a OLH system using WebHelp PRO consisting of 1 master project and 15 sub-projects. I placed only a Welcome topic and

  • Partial/Residual payments

    Hi, While making the payments, there comes an error at the time of saving : correct the marked line items. Although i have completed the entry already. please advise what can be done to resolve this error. Regards, Ashok

  • How do you count I/O points in Lookout?

    I'm fully aware of how to count points in a SCADA system when the system is straight forward. But I'm a bit confused when it comes to using ASCII Text object to bring in a string of data that contains ALL info at a particular station. Or using DDE to

  • Cannot find class: Exception??

    Hi The compiler claims it cannot find class FileNotFoundException or any other exception in my Main. Any packages I import has no problem. My structure: java \ myMain \ Main.java java \ com \ myName \ packages //no, the space is just there as visual