GithubHelp home page GithubHelp logo

Comments (4)

sindresorhus avatar sindresorhus commented on July 28, 2024

The only difference appear to be cron1 pass all files to trash at once, cron2 pass and run trash 1 by 1. I might be doing something wrong, but unable to spot it.

Hmm, I can reproduce too. Weird. I'll look into it.

PS: since trash is silent, do you see anyway I can make this command verbose? so I can do a simple | wc -l at the end to count files?

Count the files before passing them into trash. Not interested in a verbose mode.

from trash.

SamVerschueren avatar SamVerschueren commented on July 28, 2024

I tried to track down this bug but what I discover here is really weird. When running the tests, all the files created and trashed by the tests are able to put back. So at first, I thought this was an issue with something in the CLI, it seemed the code did it right.

But when I run this small piece of code

fs.writeFileSync('fixture', '');

trash(['fixture', 'hello.txt']);

Where hello.txt is a file I created manually.

The fixture file has the ability to put back, but the manually created hello.txt file is not. Any ideas :)?

screen shot 2015-10-07 at 20 56 22
screen shot 2015-10-07 at 20 56 12

from trash.

SamVerschueren avatar SamVerschueren commented on July 28, 2024

Oh, and if I add an extension to fixture (e.g. fixture.txt), the put back option disappears.

from trash.

sindresorhus avatar sindresorhus commented on July 28, 2024

@SamVerschueren The issue is that only the first file sent the trash has Put back. Let's continue this in sindresorhus/macos-trash#4.

from trash.

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.