Can Searchmonkey find a term inside textfiles?











up vote
0
down vote

favorite
1












Searchmonkey has a search option called "Containing".



enter image description here



What can it do? Can it find a term in text file?










share|improve this question


















  • 1




    Searchmonkey (0.8.3) packages for Trusty & Xenial avaibale from my ppa; Peter B
    – Peter Blackman
    Feb 20 at 12:28















up vote
0
down vote

favorite
1












Searchmonkey has a search option called "Containing".



enter image description here



What can it do? Can it find a term in text file?










share|improve this question


















  • 1




    Searchmonkey (0.8.3) packages for Trusty & Xenial avaibale from my ppa; Peter B
    – Peter Blackman
    Feb 20 at 12:28













up vote
0
down vote

favorite
1









up vote
0
down vote

favorite
1






1





Searchmonkey has a search option called "Containing".



enter image description here



What can it do? Can it find a term in text file?










share|improve this question













Searchmonkey has a search option called "Containing".



enter image description here



What can it do? Can it find a term in text file?







search text searchmonkey






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Dec 4 '12 at 14:54









cipricus

9,85546170338




9,85546170338








  • 1




    Searchmonkey (0.8.3) packages for Trusty & Xenial avaibale from my ppa; Peter B
    – Peter Blackman
    Feb 20 at 12:28














  • 1




    Searchmonkey (0.8.3) packages for Trusty & Xenial avaibale from my ppa; Peter B
    – Peter Blackman
    Feb 20 at 12:28








1




1




Searchmonkey (0.8.3) packages for Trusty & Xenial avaibale from my ppa; Peter B
– Peter Blackman
Feb 20 at 12:28




Searchmonkey (0.8.3) packages for Trusty & Xenial avaibale from my ppa; Peter B
– Peter Blackman
Feb 20 at 12:28










2 Answers
2






active

oldest

votes

















up vote
4
down vote



accepted










Yes, searchmonkey can search inside the selected file and the advanced settings and options contain ways of refining the search so that case is matched, ignored, or wildcards can even be specified. You can also construct your own regular expression to use if you have a particularly complicated search request.



You can save the search criteria and results to a file, but with searchmonkey you can't modify the file that you are searching within, and you have to open it with your text-editor as the documentation notes.



Regexxer, however, has options to search for files, and also to search and replace the search terms from a selected document or a whole series of documents. It is a more complete substitute for command-line tools like grep, sed, etc, but you could certainly use both searchmonkey and regexxer for your various purposes.



Another bonus is that regexxer integrates into Thunar very nicely, unlike searchmonkey; all you need to use in the custom actions is to add regexxer %F, and right clicking on the folder will open regexxer in that particular folder.



See my answer here for more details on regexxer and its various functions:




  • Looking for a grep GUI


The screenshot shows the search within a text file with searchmonkey:



enter image description here






share|improve this answer























  • can they read inside pdf files (as recoll can)?
    – cipricus
    Dec 13 '12 at 18:26






  • 1




    @cipricus regexxer can't read inside pdfs, and I don't think searchmonkey can either.
    – user76204
    Dec 13 '12 at 18:33










  • only txt i guess (not docs and such either)
    – cipricus
    Dec 13 '12 at 18:43






  • 1




    @cipricus You should be able to search within html and xml files with both of them, but not office type documents, like .doc or .odt.
    – user76204
    Dec 13 '12 at 19:24


















up vote
1
down vote













Just to let you know, there is a new version of Searchmonkey available (0.8.3) that let's you look inside PDF files and the common word-processor files such as DOCX, ODT, DOC, etc.



We are currently working on making Searchmonkey even better, tighter and lighter, so please let me know if there are any new features or suggestions for the future of Searchmonkey.



Best,
Adam - Searchmonkey founder






share|improve this answer





















    Your Answer








    StackExchange.ready(function() {
    var channelOptions = {
    tags: "".split(" "),
    id: "89"
    };
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function() {
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled) {
    StackExchange.using("snippets", function() {
    createEditor();
    });
    }
    else {
    createEditor();
    }
    });

    function createEditor() {
    StackExchange.prepareEditor({
    heartbeatType: 'answer',
    convertImagesToLinks: true,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    imageUploader: {
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    },
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    });


    }
    });














    draft saved

    draft discarded


















    StackExchange.ready(
    function () {
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f225378%2fcan-searchmonkey-find-a-term-inside-textfiles%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    2 Answers
    2






    active

    oldest

    votes








    2 Answers
    2






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes








    up vote
    4
    down vote



    accepted










    Yes, searchmonkey can search inside the selected file and the advanced settings and options contain ways of refining the search so that case is matched, ignored, or wildcards can even be specified. You can also construct your own regular expression to use if you have a particularly complicated search request.



    You can save the search criteria and results to a file, but with searchmonkey you can't modify the file that you are searching within, and you have to open it with your text-editor as the documentation notes.



    Regexxer, however, has options to search for files, and also to search and replace the search terms from a selected document or a whole series of documents. It is a more complete substitute for command-line tools like grep, sed, etc, but you could certainly use both searchmonkey and regexxer for your various purposes.



    Another bonus is that regexxer integrates into Thunar very nicely, unlike searchmonkey; all you need to use in the custom actions is to add regexxer %F, and right clicking on the folder will open regexxer in that particular folder.



    See my answer here for more details on regexxer and its various functions:




    • Looking for a grep GUI


    The screenshot shows the search within a text file with searchmonkey:



    enter image description here






    share|improve this answer























    • can they read inside pdf files (as recoll can)?
      – cipricus
      Dec 13 '12 at 18:26






    • 1




      @cipricus regexxer can't read inside pdfs, and I don't think searchmonkey can either.
      – user76204
      Dec 13 '12 at 18:33










    • only txt i guess (not docs and such either)
      – cipricus
      Dec 13 '12 at 18:43






    • 1




      @cipricus You should be able to search within html and xml files with both of them, but not office type documents, like .doc or .odt.
      – user76204
      Dec 13 '12 at 19:24















    up vote
    4
    down vote



    accepted










    Yes, searchmonkey can search inside the selected file and the advanced settings and options contain ways of refining the search so that case is matched, ignored, or wildcards can even be specified. You can also construct your own regular expression to use if you have a particularly complicated search request.



    You can save the search criteria and results to a file, but with searchmonkey you can't modify the file that you are searching within, and you have to open it with your text-editor as the documentation notes.



    Regexxer, however, has options to search for files, and also to search and replace the search terms from a selected document or a whole series of documents. It is a more complete substitute for command-line tools like grep, sed, etc, but you could certainly use both searchmonkey and regexxer for your various purposes.



    Another bonus is that regexxer integrates into Thunar very nicely, unlike searchmonkey; all you need to use in the custom actions is to add regexxer %F, and right clicking on the folder will open regexxer in that particular folder.



    See my answer here for more details on regexxer and its various functions:




    • Looking for a grep GUI


    The screenshot shows the search within a text file with searchmonkey:



    enter image description here






    share|improve this answer























    • can they read inside pdf files (as recoll can)?
      – cipricus
      Dec 13 '12 at 18:26






    • 1




      @cipricus regexxer can't read inside pdfs, and I don't think searchmonkey can either.
      – user76204
      Dec 13 '12 at 18:33










    • only txt i guess (not docs and such either)
      – cipricus
      Dec 13 '12 at 18:43






    • 1




      @cipricus You should be able to search within html and xml files with both of them, but not office type documents, like .doc or .odt.
      – user76204
      Dec 13 '12 at 19:24













    up vote
    4
    down vote



    accepted







    up vote
    4
    down vote



    accepted






    Yes, searchmonkey can search inside the selected file and the advanced settings and options contain ways of refining the search so that case is matched, ignored, or wildcards can even be specified. You can also construct your own regular expression to use if you have a particularly complicated search request.



    You can save the search criteria and results to a file, but with searchmonkey you can't modify the file that you are searching within, and you have to open it with your text-editor as the documentation notes.



    Regexxer, however, has options to search for files, and also to search and replace the search terms from a selected document or a whole series of documents. It is a more complete substitute for command-line tools like grep, sed, etc, but you could certainly use both searchmonkey and regexxer for your various purposes.



    Another bonus is that regexxer integrates into Thunar very nicely, unlike searchmonkey; all you need to use in the custom actions is to add regexxer %F, and right clicking on the folder will open regexxer in that particular folder.



    See my answer here for more details on regexxer and its various functions:




    • Looking for a grep GUI


    The screenshot shows the search within a text file with searchmonkey:



    enter image description here






    share|improve this answer














    Yes, searchmonkey can search inside the selected file and the advanced settings and options contain ways of refining the search so that case is matched, ignored, or wildcards can even be specified. You can also construct your own regular expression to use if you have a particularly complicated search request.



    You can save the search criteria and results to a file, but with searchmonkey you can't modify the file that you are searching within, and you have to open it with your text-editor as the documentation notes.



    Regexxer, however, has options to search for files, and also to search and replace the search terms from a selected document or a whole series of documents. It is a more complete substitute for command-line tools like grep, sed, etc, but you could certainly use both searchmonkey and regexxer for your various purposes.



    Another bonus is that regexxer integrates into Thunar very nicely, unlike searchmonkey; all you need to use in the custom actions is to add regexxer %F, and right clicking on the folder will open regexxer in that particular folder.



    See my answer here for more details on regexxer and its various functions:




    • Looking for a grep GUI


    The screenshot shows the search within a text file with searchmonkey:



    enter image description here







    share|improve this answer














    share|improve this answer



    share|improve this answer








    edited Oct 8 '17 at 10:55









    alamin

    32




    32










    answered Dec 13 '12 at 17:39







    user76204



















    • can they read inside pdf files (as recoll can)?
      – cipricus
      Dec 13 '12 at 18:26






    • 1




      @cipricus regexxer can't read inside pdfs, and I don't think searchmonkey can either.
      – user76204
      Dec 13 '12 at 18:33










    • only txt i guess (not docs and such either)
      – cipricus
      Dec 13 '12 at 18:43






    • 1




      @cipricus You should be able to search within html and xml files with both of them, but not office type documents, like .doc or .odt.
      – user76204
      Dec 13 '12 at 19:24


















    • can they read inside pdf files (as recoll can)?
      – cipricus
      Dec 13 '12 at 18:26






    • 1




      @cipricus regexxer can't read inside pdfs, and I don't think searchmonkey can either.
      – user76204
      Dec 13 '12 at 18:33










    • only txt i guess (not docs and such either)
      – cipricus
      Dec 13 '12 at 18:43






    • 1




      @cipricus You should be able to search within html and xml files with both of them, but not office type documents, like .doc or .odt.
      – user76204
      Dec 13 '12 at 19:24
















    can they read inside pdf files (as recoll can)?
    – cipricus
    Dec 13 '12 at 18:26




    can they read inside pdf files (as recoll can)?
    – cipricus
    Dec 13 '12 at 18:26




    1




    1




    @cipricus regexxer can't read inside pdfs, and I don't think searchmonkey can either.
    – user76204
    Dec 13 '12 at 18:33




    @cipricus regexxer can't read inside pdfs, and I don't think searchmonkey can either.
    – user76204
    Dec 13 '12 at 18:33












    only txt i guess (not docs and such either)
    – cipricus
    Dec 13 '12 at 18:43




    only txt i guess (not docs and such either)
    – cipricus
    Dec 13 '12 at 18:43




    1




    1




    @cipricus You should be able to search within html and xml files with both of them, but not office type documents, like .doc or .odt.
    – user76204
    Dec 13 '12 at 19:24




    @cipricus You should be able to search within html and xml files with both of them, but not office type documents, like .doc or .odt.
    – user76204
    Dec 13 '12 at 19:24












    up vote
    1
    down vote













    Just to let you know, there is a new version of Searchmonkey available (0.8.3) that let's you look inside PDF files and the common word-processor files such as DOCX, ODT, DOC, etc.



    We are currently working on making Searchmonkey even better, tighter and lighter, so please let me know if there are any new features or suggestions for the future of Searchmonkey.



    Best,
    Adam - Searchmonkey founder






    share|improve this answer

























      up vote
      1
      down vote













      Just to let you know, there is a new version of Searchmonkey available (0.8.3) that let's you look inside PDF files and the common word-processor files such as DOCX, ODT, DOC, etc.



      We are currently working on making Searchmonkey even better, tighter and lighter, so please let me know if there are any new features or suggestions for the future of Searchmonkey.



      Best,
      Adam - Searchmonkey founder






      share|improve this answer























        up vote
        1
        down vote










        up vote
        1
        down vote









        Just to let you know, there is a new version of Searchmonkey available (0.8.3) that let's you look inside PDF files and the common word-processor files such as DOCX, ODT, DOC, etc.



        We are currently working on making Searchmonkey even better, tighter and lighter, so please let me know if there are any new features or suggestions for the future of Searchmonkey.



        Best,
        Adam - Searchmonkey founder






        share|improve this answer












        Just to let you know, there is a new version of Searchmonkey available (0.8.3) that let's you look inside PDF files and the common word-processor files such as DOCX, ODT, DOC, etc.



        We are currently working on making Searchmonkey even better, tighter and lighter, so please let me know if there are any new features or suggestions for the future of Searchmonkey.



        Best,
        Adam - Searchmonkey founder







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Feb 13 at 14:46









        Adam

        311




        311






























            draft saved

            draft discarded




















































            Thanks for contributing an answer to Ask Ubuntu!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid



            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.


            To learn more, see our tips on writing great answers.





            Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


            Please pay close attention to the following guidance:


            • Please be sure to answer the question. Provide details and share your research!

            But avoid



            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.


            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f225378%2fcan-searchmonkey-find-a-term-inside-textfiles%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            flock() on closed filehandle LOCK_FILE at /usr/bin/apt-mirror

            Mangá

             ⁒  ․,‪⁊‑⁙ ⁖, ⁇‒※‌, †,⁖‗‌⁝    ‾‸⁘,‖⁔⁣,⁂‾
”‑,‥–,‬ ,⁀‹⁋‴⁑ ‒ ,‴⁋”‼ ⁨,‷⁔„ ‰′,‐‚ ‥‡‎“‷⁃⁨⁅⁣,⁔
⁇‘⁔⁡⁏⁌⁡‿‶‏⁨ ⁣⁕⁖⁨⁩⁥‽⁀  ‴‬⁜‟ ⁃‣‧⁕‮ …‍⁨‴ ⁩,⁚⁖‫ ,‵ ⁀,‮⁝‣‣ ⁑  ⁂– ․, ‾‽ ‏⁁“⁗‸ ‾… ‹‡⁌⁎‸‘ ‡⁏⁌‪ ‵⁛ ‎⁨ ―⁦⁤⁄⁕