summaryrefslogtreecommitdiffstats
path: root/website/content/terminal/reference/alt/oss/tr.md
diff options
context:
space:
mode:
Diffstat (limited to 'website/content/terminal/reference/alt/oss/tr.md')
-rw-r--r--website/content/terminal/reference/alt/oss/tr.md41
1 files changed, 0 insertions, 41 deletions
diff --git a/website/content/terminal/reference/alt/oss/tr.md b/website/content/terminal/reference/alt/oss/tr.md
deleted file mode 100644
index e1e454fcb63..00000000000
--- a/website/content/terminal/reference/alt/oss/tr.md
+++ /dev/null
@@ -1,41 +0,0 @@
----
-title: tr
-description: Documentation on how to display top repositories using the GitHub API.
- Instructions include usage, parameters details, and examples. The user can sort
- the repos by stars or forks, and can filter by repo categories.
-keywords:
-- top repositories
-- github api
-- parameters
-- stars
-- forks
-- repo categories
-- filter
-- sort
-- usage
----
-
-import HeadTitle from '@site/src/components/General/HeadTitle.tsx';
-
-<HeadTitle title="alt/oss/tr - Reference | OpenBB Terminal Docs" />
-
-Display top repositories [Source: https://api.github.com]
-
-### Usage
-
-```python
-tr [-s {stars,forks}] [-c CATEGORIES]
-```
-
----
-
-## Parameters
-
-| Name | Description | Default | Optional | Choices |
-| ---- | ----------- | ------- | -------- | ------- |
-| sortby | Sort repos by {stars, forks}. Default: stars | stars | True | stars, forks |
-| categories | Filter by repo categories. If more than one separate with a comma: e.g., finance,investment | | True | None |
-
-![cases](https://user-images.githubusercontent.com/46355364/153897646-99e4f73f-be61-4ed7-a31d-58e8695e7c50.png)
-
----