Skip to content

Commit

Permalink
rename it to opener.c
Browse files Browse the repository at this point in the history
  • Loading branch information
abranhe committed Jan 23, 2019
1 parent 38c2493 commit e7b496e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "opener",
"version": "2.0.0",
"name": "opener.c",
"version": "2.0.1",
"description": "Is not difficult anymore to open a URL in C",
"license": "MIT",
"keywords": [
Expand All @@ -9,7 +9,7 @@
"tool",
"opener"
],
"repo": "abranhe/open",
"repo": "abranhe/opener.c",
"src": [
"opener.h",
"opener.c"
Expand Down
18 changes: 9 additions & 9 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
<br>
<img src="https://cdn.abranhe.com/projects/open/logo.svg">
<br>
<b>opener</b>: Open URLs in C (Cross-Platform)
<b>opener.c</b>: Open URLs in C (Cross-Platform)
<br>
</p>

<p align="center">
<!-- <a href="https://travis-ci.org/abranhe/opener">
<img src="https://img.shields.io/travis/abranhe/opener.svg?logo=travis"/>
<!-- <a href="https://travis-ci.org/abranhe/opener.c">
<img src="https://img.shields.io/travis/abranhe/opener.c.svg?logo=travis"/>
</a> -->
<a href="https://github.com/abranhe"><img src="https://abranhe.com/badge.svg"></a>
<a href="https://cash.me/$abranhe"><img src="https://cdn.abranhe.com/badges/cash-me.svg"></a>
<a href="https://patreon.com/abranhe"><img src="https://cdn.abranhe.com/badges/patreon.svg" /></a>
<a href="https://github.com/abranhe/opener/blob/master/license"><img src="https://img.shields.io/github/license/abranhe/opener.svg" /></a>
<a href="https://github.com/abranhe/opener.c/blob/master/license"><img src="https://img.shields.io/github/license/abranhe/opener.c.svg" /></a>
<br>
<br>
</p>
Expand All @@ -24,7 +24,7 @@
*Using [Clib](https://github.com/clibs/clib)*

```sh
$ clib install abranhe/opener
$ clib install abranhe/opener.c
```

## Usage
Expand Down Expand Up @@ -53,11 +53,11 @@ $ make run-example

###### Params:

- `link`: The url you whish to be openered
- `link`: The url you whish to open

## Related

- [opener-cli][opener-cli]: CLI tool written in C for this package.
- [opener][opener]: CLI tool written in C for this package.
- [os.c][os.c]: C library to know your operating system.

## Team
Expand All @@ -73,6 +73,6 @@ $ make run-example
<!-------------------- Links ------------------------>
[abranhe]: https://github.com/abranhe
[abranhe-img]: https://avatars3.githubusercontent.com/u/21347264?s=50
[license]: https://github.com/abranhe/opener/blob/master/license
[license]: https://github.com/abranhe/opener.c/blob/master/license
[os.c]: https://github.com/abranhe/os.c
[opener-cli]: https://github.com/abranhe/opener-cli
[opener]: https://github.com/abranhe/opener

0 comments on commit e7b496e

Please sign in to comment.