How to easily navigate a large filesystem?

I programmed something that will help navigate a large filesystem.
First, the program crawls the whole filesystem, then you can simply type "j [query]" and then it will return the top 5 results matching the query.
https://github.com/mallochine/chestnut
Is anybody interested?

tomk wrote:
kasprosian wrote:An additional problem (at least in my case) is that mlocate is often installed globally so it's difficult to get mlocate just for your own local account.
Not really:
locate -A ~ foo
In other words, pass your home dir as one of the patterns, and tell locate to match all patterns. locate(1) for more details.
Good work though, nothing beats scratching your own itch.
Haha thanks
On the other though....:
[~]$ locate -A ~ nacl
locate: warning: database `/usr/software/var/locatedb' is more than 8 days old
[~]$ updatedb --localpaths="/home/ec2-user"
/usr/software/bin/updatedb: line 223: /usr/software/var/locatedb.n: Read-only file system
I guess most users on this forum use Linux on their own desktop, so privileges won't be an issue for the most part. Hmph.
Ideally, a user should not even have to lookup/know which flags to use. Ideally, it should be "Google like" -- just type in your query, and you got what you want.
The problem might be that it's not that big of an upgrade, i.e. not a big deal.
Could you look at https://bbs.archlinux.org/viewtopic.php?id=167567 ? this is a tangential offshoot to what I did here.
Last edited by kasprosian (2013-08-02 14:22:21)

Similar Messages

  • IPAD IOS5 apps badge font too small to easily read (for me). How can I make it larger?

    My iPad IOS5 apps badge font too small to easily read (for me). How can I make it larger? It was larger and much easier to read on IOS4.

    press [ctrl] + [+]
    More details: [[page zoom]].

  • Please tell me how to easily scan a document to email on my Canon mg5420 all-in-one printer

    Please tell me how to easily scan a document to email on my Canon mg5420 all-in-one printer; the directions are hard to understand.

    Hi figgienewton,
    To scan an item to be attached to an email, please follow these steps:
    1. Open the IJ SCAN UTILITY program.
    2. In the Canon IJ Scan Utility window that opens, click SETTINGS.... in the bottom right of the window. The Settings dialog box appears.
    3. Click the DOCUMENT SCAN or PHOTO SCAN option on the left pane of the window, depending on what you would like to scan.
    4. In the right pane of the window, locate the APPLICATION SETTINGS section, then click on the radio button next to the ATTACH TO EMAIL option.
    5. In the drop-down arrow next to the ATTACH TO EMAIL field, select your email application. If your email program is not listed, please click the ADD... button to navigate to the location of your email program, then click OK to have that email
    program added to the drop-down field.
    6. Once your email program has been specified in the APPLICATION SETTINGS section, click the OK button at the bottom of the window to save the changes. The IJ Scan Utility main screen appears.
    7. Click the DOCUMENT or PHOTO button, depending on what you are trying to scan and attach to email. Scanning starts. When the items are finished scanning, your email program will be launched and the scanned item(s) will be attached.
    Hope this helps!
    This didn't answer your question or issue? Please call or email us at one of the methods on the Contact Us page for further assistance.
    Did this answer your question? Please click the Accept as Solution button so that others may find the answer as well.

  • HT4112 how does one navigate with out the use of a mouse? do we still need to use finger to move to different things?

    how does one navigate the keyboard without a mouse. Do we still use finger to move from place to place?

    Yes you still need to use your finger to do all of the things that you need to use it for even if you use a wireless keyboard. You are merely adding a larger more robust keyboard to the device. You are not replacing the touch gestures features with the use of an external keyboard.

  • I cannot figure out how to make the text larger on an incoming email.  The finger method doesn't work and I cannot find any toolbar with which to do it.  I could find nothing in settings also.  Plese help and thank you.

    I cannot figure out how to make the text larger in a received email.  The finger method doesn't work and I can find no tool bar as I can for composing emails.  I can find nothing in settings.  Please help and thank you in advance.

    Hi there,
    Download a piece of software called TinkerTool - that might just solve your problem. I have used it myself to change the system fonts on my iMac. It is software and not an app.
    Good wishes,
    John.

  • How can I move a large number of pics from icloud Photos Beta to a PC without having to select each photo?

    How can I move a large number of pics from icloud Photos Beta to a PC without having to select each photo?

    Hi,
    can you please explain why the solution from steve is not the right solution for you.
    regards
    Peter

  • How can I convert a large batch of NEFs to JPGs in one step or action?

    How can I convert a large batch of NEFs to JPGs in one step or action?  I'm very new to Lightroom and know almost nothing about it, so I need to know step-by-step.  I've seen online advise about exporting but I don't know what that means - export from where to where?  Can anyone help me?  Thanks!

    I suggest you take a little time to watch some tutorials. If you are that new to Lightroom that you don't understand what export means then it would probably be a good idea for you to get some other information as well. If you don't I think you'll find Lightroom can be very confusing. You haven't indicated what version of Lightroom you are using. The link I'm providing you is a series of getting started videos for Lightroom 5. And just about everything in this series will apply to other versions. You will note that there is one video devoted exclusively to exporting images. But I think you really need to watch the whole series.
    Getting Started with Adobe Photoshop Lightroom 5 | Adobe TV

  • How can i navigate via navigational link between views in different windows

    hello
    i am using CRM_UI and have opened a popup
    gv_transcr_popup is a attribute referrring to if_bsp_wd_popup in my implementation class
    gv_transcr_popup = comp_controller->window_manager->create_popup(
        iv_interface_view_name = 'AIC_CM_TRANS/AssignTranspReq' "#EC NOTEXT
        iv_usage_name          = 'CUBAssignTransporReq'         "#EC NOTEXT
        iv_title               = lv_title ).
    get instance of BOL dynamic query
      lo_qs = cl_crm_bol_dquery_service=>get_instance( 'BTQAIC_CM_TRANSPORTREQ').
      gv_transcr_popup->set_on_close_event( iv_view = me iv_event_name = 'AssignTranspReq' ).
      gv_transcr_popup->set_display_mode( if_bsp_wd_popup=>c_display_mode_surrounded ).
      gv_transcr_popup->open(   ).
    through the iv_usage_name i will open in this popup a search view from another window
    in this window is a searchview implemented and now after selecting the line in the result view in want to navigate through outbound plug / inbound plug to the starting view .
    but i get the exception
    Target view AIC_CM_TRANS/TransportReq of the navigation is not assigned to the current window AIC_CM_TRANS/AssignTranspReq ( which is true)
    now the question: how can i navigate between views of different windows?
    Best Regards
    britta

    hi
    i have found a way : you have to use a outboungplug from the windows interface ..then it is working
    best regards
    britta

  • How can I trash a large number of Emails quickly from my iPod touch rather than using the one-at-a-time Edit method?

    How can I trash a large number of Emails quickly from my iPod touch rather than using the one-at-a-time Edit method?

    Once you tap on edit, you can select multiple emails, the tap archive.

  • How do I click a large view of a photo

    How to I get a large view of a photo in LR4.  I want it to fill the entire screen on my laptop.

    They have, the solution is Lightoom 5.
    Condor60 wrote:
    Thanks, that did it.  However I think Adobe ought to have a one button solution to fill the screen completely.

  • How can i navigate to a webpage in project siena

    How can i navigate to a webpage in project siena

    Hello,
    You can use
    Launch(“http://www.bing.com”)
    This will load the webpage in the default system browser.
    In the current release there is no control in Siena to load a page within Siena itself
    Regards
    StonyArc

  • How do I share a large file between accounts on my imac

    How do I share a large file between accounts on my imac?

    Put the file in a folder that both users have access to, such as /Users/Shared or one user's Public folder. You may also need to change its permission settings in the Finder Info window.

  • How do I navigate from a hyperlink on one page to an anchor within the tab widget?

    Hi guys can you please assist me with that issue I am describing in the question: How do I navigate from a hyperlink on one page to an anchor within the tab widget? I assume that it is not working because the tab widget is truly just on one page and anchors work within a page but not a specific tab. Is there a way around that?
    Thanks.

    an interesting question. Anchors work across pages (global) without any problem. Do they work within tabs or any other widgets I haven't tried, but it looks like you have and without success. I can see the temptation for doing this, but if you think about it why would you? Set the anchor on the page next to the tab(s) and hey presto the user needs only click the tab to which the hperlink refers, nothing could be more convenient! Of course, if the user cannot relate the tab to the hyperlink there's a problem. Generally solved by titling (like if the hyperlink is cats, the tab should preferably read cats and not dogs)! It's the only work around i can think of. Hope it helps.

  • How can I reprint a large # of files in adobe acrobat XI since there's no batch processing feature?

    How can I reprint a large # of files in adobe acrobat XI since there's no batch processing feature?

    One of the available commands in the Action Wizard is Print (under the More
    Tools sub-section). You create a new Action, add that command and then run
    it on your files to print them all.

  • A pdf file failed to convert to word, presumably because of size.  how do i split a large pdf file into manageable secrtions?

    I'm running Abode Reader XI version 11.0.7.  Repeated attempts to convert a large (439 page) file, a dissertation, failed.  How do I split a large pdf file like this into manageable sections for conversion?

    Hi Mike,
    Your 11MB file is well within the file-size limits for ExportPDF, but depending on the number of pages, complexity of the file (and yours doesn't sound complex), and your connection speed, it is possible that the service is simply timing out before it can finish processing. These steps can help:
    If the file already contains editable text (that is, it isn't a scanned document), try disabling OCR as outlined in this this document: How to disable Optical Character Recognition (OCR) when converting PDF to Word or Excel.
    Clear the browser cache and try again.
    Try a different browser.
    Let's start there. If you still can't export the file to Word, let me know and we'll take it from there.
    Best,
    Sara

Maybe you are looking for

  • Error while installing the Android 4.4 KitKat update - How do I fix it?

    Hello, I'm having a problem in which my phone will not install the android 4.4 update on my droid mini successfully. My phone has downloaded it over Wi-Fi and 4G LTE but the installation itself never actually works. After the first reboot during my i

  • {no subject}

    HI , I am using Iplanet Migration ToolBox -1.2.1-kivabeta . I am a new user and when I tried to migrate sample application , I am getting following error (during migration of NetDynamics DataObjects). I went thru the docs and did exactly what it said

  • How does one write to individual digital lines accross many DIO-96 ports?

    I want to be able to write to any individual DIO-96 line without having to repeatedly init. The available vi's can set up only 24 lines at a time. If it is desired to write to a line outside of those 24, another 24 lines must be initialized, then to

  • Headphone jack appears dead, how to know for sure?

    hi, i've done the obvious and really don't want to order a new system board this newer imac 20' with a dead headphone out jack. was working and now not. its hardware related i think as i booted up on another OS install on an external and same goes th

  • New iPhone, no computer backup but iCloud

    I just got a new iphone and didn't have a computer back up, it was synced to icloud.  Now I can't get my data off iCloud because it is a synced device.  What do I do to get my stuff back?