UNPKG
ovm
Version:
latest (0.7.0)
0.7.0
0.6.8
0.6.5
0.6.2
0.4.3
0.4.2
0.4.1
0.3.1
0.3.0
0.2.3
0.2.2
0.2.1
0.2.0
0.1.0
OVM is a CLI application for managing Obsidian vaults.
github.com/masoudgs/ovm
masoudgs/ovm
ovm
/
dist
/
utils
/
shell.js
7 lines
•
282 B
JavaScript
View Raw
1
2
3
4
5
6
7
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
untildify
=
void
0
;
const
os_1 =
require
(
"os"
);
const
untildify
= (
path
) => path.
replace
(
/^~($|\/|\\)/
,
`
${(
0
, os_1.homedir)()}
$1`
);
exports
.
untildify
= untildify;
//# sourceMappingURL=shell.js.map