generated from datalad/datalad-extension-template
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #92 from catetrai/nf-tree
NF: datalad tree command
- Loading branch information
Showing
8 changed files
with
2,349 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
### 💫 Enhancements and new features | ||
|
||
- New `tree` command for traversing a directory hierarchy. | ||
Like the UNIX equivalent, it can visualize a directory tree. | ||
Additionally, it annotates the output with DataLad-related | ||
information, like the location of dataset, and their nesting | ||
depth. Besides visualization, `tree` also reports structured | ||
data in the form of result records that enable other applications | ||
to use `tree` for gathering data from the file system. | ||
Fixes https://github.com/datalad/datalad-next/issues/78 via | ||
https://github.com/datalad/datalad-next/pull/92 (by @catetrai) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
from datalad.conftest import setup_package | ||
from datalad.conftest import setup_package |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,3 +2,4 @@ | |
def test_register(): | ||
import datalad.api as da | ||
assert hasattr(da, 'credentials') | ||
assert hasattr(da, 'tree') |
Oops, something went wrong.