Giter VIP home page Giter VIP logo

Comments (8)

staticshock avatar staticshock commented on May 24, 2024 2

I second this request. I try to keep app settings in a dotfiles repo (and so do many others,) but I have zero interest in keeping the undo history, because that falls more into the "state cache" category and not the "settings" category. Settings generally benefit from being strictly separated from misc application state.

from massren.

laurent22 avatar laurent22 commented on May 24, 2024 2

I won't implement this myself as the current solution for my needs is good enough, but if someone submit a pull request I'll most likely accept it.

from massren.

laurent22 avatar laurent22 commented on May 24, 2024

It's not so much the configuration, it's for the history data required by the undo feature.

Currently, it's saving each renaming operation for up to 7 days, so that could become quite large and it would be inefficient to store this in a text file. Actually, I'd rather not use cgo but I can't really think of a good alternative. I'm definitely open to suggestions though since not having cgo would simplify the cross-platform build process.

from massren.

laurent22 avatar laurent22 commented on May 24, 2024

So far I still haven't found a good alternative to SQLite so will keep using this for now.

from massren.

dufferzafar avatar dufferzafar commented on May 24, 2024

@laurent22 You could use a JSON or INI just to store settings like editor and use_trash and use SQL for renaming history.

There are several benefits in using a text based config format - the most obvious one is, that I don't have to use commands to modify config settings, I could just open the editor (which massren loves doing anyways 😉) and modify things.

I might have been able to quote the path properly in the file and avoid #19

from massren.

laurent22 avatar laurent22 commented on May 24, 2024

That's a good point. I'm reopening the issue in case someone is motivated enough to do a PR :)

from massren.

laurent22 avatar laurent22 commented on May 24, 2024

@staticshock, I think that's indeed the right way to look at it. There should be cached/state data and config, and it should be two separate files. If I have time to do it (or, as always, if someone is motivated), that's how I'd do it:

  • Move all config data to INI file (or something similar to Git config files)
  • Move all history file to non-cgo dependant key/value store. The recently released Bolt I think would be a good candidate for this (https://github.com/boltdb/bolt)

from massren.

Vincevrp avatar Vincevrp commented on May 24, 2024

I try to keep app settings in a dotfiles repo (and so do many others,)

Exactly. @laurent22 Is there any update on this?

from massren.

Related Issues (20)

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.