Giter Site home page Giter Site logo

Comments (6)

artur-shaik avatar artur-shaik commented on July 23, 2024 1

from wallabag-client.

artur-shaik avatar artur-shaik commented on July 23, 2024 1

I think you need to modify wallabag execution by adding -q parameter and give it big enough number.

from wallabag-client.

klundry avatar klundry commented on July 23, 2024 1

Yes, it looks like it is working now with this command. Thank you so much!

for entry in $(wallabag list -n -q 20 | grep -e '^[0-9]\+' | cut -f 1 -d' ' ); do wallabag export $entry

from wallabag-client.

artur-shaik avatar artur-shaik commented on July 23, 2024

I thought about this and decided that it would be too much unnecessary work. Because you already can script this behavior with something like this:

for entry in $(wallabag list -n | grep -e '^[0-9]\+' | cut -f 1 -d' ' ); do wallabag show $entry; done

from wallabag-client.

klundry avatar klundry commented on July 23, 2024

That sounds reasonable and thanks for the example script. I tried it though and it's not catching all of my unread entries. It only shows a couple of them when there are more that are unread and shown when I just do "wallabag list".

from wallabag-client.

artur-shaik avatar artur-shaik commented on July 23, 2024

Have you succeed with it? Can we close issue?

from wallabag-client.

Related Issues (13)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.