Git Product home page Git Product logo

anotar_todo's Introduction

AnotarTodo

AnotarTodo is a simple file annotation tool that allows you to add comments to files or folders. Simply drag and drop files onto the tool, and you can add comments on the right side of the window. The tool will keep these comments until you remove the item from the list.

Getting Started To get started with AnotarTodo, follow these steps:

Download the latest release from the repository. Extract the files to a folder on your computer. Double-click on the anotar_todo.exe file to launch the tool. Drag and drop files onto the tool to add them to the list. Add notes to the files by selecting them and typing in the notes field. To remove a file from the list, select it and click on the "-" button.

Admás

This tool originated from a casual conversation between my brother and me. I used ChatGPT and Google to help me complete it, which was my attempt to see if ChatGPT could help programmers complete a project. I proved that if given enough prompts, ChatGPT can basically implement some functionality. By the way, this readme was essentially completed by ChatGPT.

However, it also has the following issues:

  1. It is not responsible for the accuracy of the program. In fact, there are many errors in the code that need to be manually verified.
  2. It may be difficult to implement a long-term project, but if it is only used to implement a single function, it is fully capable (still needs to be manually verified), and its efficiency is very high.
  3. Issues with coding standards. In fact, I think ChatGPT's code is really beautiful, but it does not conform to all coding standards. However, if we propose these standards during its coding process, it should be able to solve this problem very well.
  4. Sometimes it produces code that does not meet the requirements at all. Some code is completely unnecessary, and some code cannot complete the function, which is very strange.

I do not believe that ChatGPT can replace programmers. On the contrary, it can help programmers complete a project faster and save a lot of tedious work. A qualified programmer combined with ChatGPT can play the greatest role.

Perhaps some people think that improving efficiency means that companies can lay off more employees and pay less wages. Well, this is a problem, but this is not ChatGPT's problem. It is just another excuse for capitalists to exploit and also because the government is too weak to protect workers. I believe these issues will be solved someday.

Version 1.1.0 (test)

  1. Modified file identification logic, currently using md5, uuid, and file path for identification;
  2. Priority: md5 > uuid > path. Once a match is found, other values will be updated.

Known issues:

  1. Modifying a file or changing its disk will be treated as a new file;
  2. Copying a file with the same md5 value will not be saved to the database unless the file is modified. (I know I should set it to not allow adding if the md5 is the same, but it's already late, and I can't wait to watch Home Before Dark Season 2)
  3. In extreme cases, if you delete a file and its uuid is released, creating a new file or just creating a file with the same name in the same location will be recognized as the same file. I can't think of a better way to solve this problem.

anotar_todo's People

Contributors

juanyzh avatar

Stargazers

Liam avatar

Watchers

 avatar

anotar_todo's Issues

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.